diff options
| author | Johannes Doerfert <doerfert@cs.uni-saarland.de> | 2015-02-25 21:31:38 +0000 |
|---|---|---|
| committer | Johannes Doerfert <doerfert@cs.uni-saarland.de> | 2015-02-25 21:31:38 +0000 |
| commit | 1d8b9c1b1f2d0d18d9e2e20f82ce7039644c1b33 (patch) | |
| tree | 439fe0804548b995dc05964171b6cef160bd590b | |
| parent | c0dd7243eebb956ab857d4e4ff6ab40edcf6b7ca (diff) | |
| download | bcm5719-llvm-1d8b9c1b1f2d0d18d9e2e20f82ce7039644c1b33.tar.gz bcm5719-llvm-1d8b9c1b1f2d0d18d9e2e20f82ce7039644c1b33.zip | |
Add the IMPACT2015 publications
It is important we add more publications with/about Polly so people
can see that work and research is actually ongoing.
llvm-svn: 230552
| -rw-r--r-- | polly/www/publications.html | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/polly/www/publications.html b/polly/www/publications.html index 90d34a25a15..bb96b1f3070 100644 --- a/polly/www/publications.html +++ b/polly/www/publications.html @@ -1,4 +1,4 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <!-- Material used from: HTML 4.01 specs: http://www.w3.org/TR/html401/ --> <html> @@ -38,6 +38,19 @@ Online Issue</a> </p> <h2> Publications involving Polly </h2> + <h3> 2015 </h3> + <ul> + <li><em>On recovering multi-dimensional arrays in Polly</em><br /> + Tobias Grosser, Sebastian Pop, J. Ramanujam, P. Sadayappan <br /> + Impact2015 at HiPEAC, Amsterdam, The Netherlands<br /> + Slides & Paper: <a href="http://impact.gforge.inria.fr/impact2015/">Impact2015</a> + </li> + <li><em>Polly's polyhedral scheduling in the presence of reductions </em><br /> + Johannes Doerfert, Kevin Streit, Sebastian Hack, Zino Benaissa<br /> + Impact2015 at HiPEAC, Amsterdam, The Netherlands<br /> + Slides & Paper: <a href="http://impact.gforge.inria.fr/impact2015/">Impact2015</a> + </li> + </ul> <h3> 2012 </h3> <ul> <li><em>KernelGen - a prototype of auto-parallelizing Fortran/C compiler for NVIDIA GPUs</em><br /> |

