diff options
| -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 /> |

