[polly] r230552 - Add the IMPACT2015 publications
Johannes Doerfert
doerfert at cs.uni-saarland.de
Wed Feb 25 13:31:39 PST 2015
Author: jdoerfert
Date: Wed Feb 25 15:31:38 2015
New Revision: 230552
URL: http://llvm.org/viewvc/llvm-project?rev=230552&view=rev
Log:
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.
Modified:
polly/trunk/www/publications.html
Modified: polly/trunk/www/publications.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/publications.html?rev=230552&r1=230551&r2=230552&view=diff
==============================================================================
--- polly/trunk/www/publications.html (original)
+++ polly/trunk/www/publications.html Wed Feb 25 15:31:38 2015
@@ -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 />
More information about the llvm-commits
mailing list