Add the IMPACT2015 publications
authorJohannes Doerfert <doerfert@cs.uni-saarland.de>
Wed, 25 Feb 2015 21:31:38 +0000 (21:31 +0000)
committerJohannes Doerfert <doerfert@cs.uni-saarland.de>
Wed, 25 Feb 2015 21:31:38 +0000 (21:31 +0000)
  It is important we add more publications with/about Polly so people
  can see that work and research is actually ongoing.

llvm-svn: 230552

polly/www/publications.html

index 90d34a2..bb96b1f 100644 (file)
@@ -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 />