[llvm-commits] [polly] r147442 - /polly/trunk/www/publications.html

Tobias Grosser grosser at fim.uni-passau.de
Tue Jan 3 01:50:29 PST 2012


Author: grosser
Date: Tue Jan  3 03:50:29 2012
New Revision: 147442

URL: http://llvm.org/viewvc/llvm-project?rev=147442&view=rev
Log:
Update publications

- Add the LLVM Developer Meeting 2012 talk
- Add papers used within Polly and papers interesting to read in general

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=147442&r1=147441&r2=147442&view=diff
==============================================================================
--- polly/trunk/www/publications.html (original)
+++ polly/trunk/www/publications.html Tue Jan  3 03:50:29 2012
@@ -15,8 +15,17 @@
   <h1>Polly: Publications</h1>
   <!--*********************************************************************-->
 
-  <h2> 2011 </h2>
+  <h2> Publications involving Polly </h2>
+  <h3> 2011 </h3>
   <ul>
+  <li><em>Polly - First Successful Optimizations - How to proceed?</em><br />
+  Tobias Grosser, Ragesh A<br />
+  LLVM Developer Meeting 2011<br /><a
+  href="http://llvm.org/devmtg/2011-11/Grosser_PollyOptimizations.pdf">Slides</a>, <a
+  href="http://llvm.org/devmtg/2011-11/videos/Grosser_PollyOptimizations-desktop.mov">Video
+  (Computer)</a>, <a
+  href="http://llvm.org/devmtg/2011-11/videos/Grosser_PollyOptimizations-mobile.mp4">Video
+  (Mobile)</a></li>
   <li><em>A Framework for Automatic OpenMP Code Generation</em><br />
   Raghesh A<br />
   Masters Thesis (May 2011)<br />
@@ -38,17 +47,66 @@
   href="publications/grosser-impact-2011-slides.pdf">Slides </a>
   </li>
   </ul>
-  <h2> 2010 </h2>
+  <h3> 2010 </h3>
   <ul>
   <li><em>Polly - Polyhedral Transformations for LLVM</em><br />
   Tobias Grosser, Hongbin Zheng<br />
-  LLVM Developer Meeting <br /><a
+  LLVM Developer Meeting 2010<br /><a
   href="http://llvm.org/devmtg/2010-11/Grosser-Polly.pdf">Slides</a>, <a
   href="http://llvm.org/devmtg/2010-11/videos/Grosser_Polly-desktop.mp4">Video
   (Computer)</a>, <a
   href="http://llvm.org/devmtg/2010-11/videos/Grosser_Polly-mobile.mp4">Video
   (Mobile)</a></li>
   </ul>
+
+  <h2>Publications used within Polly</h2>
+  <h3>Polyhedral library</h3>
+  <ul>
+  <li><em>isl: An Integer Set Library for the Polyhedral Model </em><br />
+  Sven Verdoolaege<br />
+  ICMS 2010
+  </li>
+  </ul>
+  <h3>Optimization</h3>
+  <ul>
+  <li><em>A Practical Automatic Polyhedral Parallelizer and Locality Optimizer
+          </em><br />
+  Uday Bondhugula, Alberto Hartono, J. Ramanujam, P. Sadayappan<br />
+  PLDI 2008
+  </li>
+  </ul>
+  <h3>Code Generation</h3>
+  <ul>
+  <li><em>Code Generation in the Polyhedral Model Is Easier Than You Think</em>
+  <br />
+  Cedric Bastoul<br />
+  PACT 2004
+  </li>
+  </ul>
+  <h2>Interesting Publications</h2>
+
+  Publications that are not yet used or implemented in Polly, but that are
+  interesting to look at either to understand general concepts or to implement
+  the corresponding ideas. This list is incomplete and papers are added as
+  we hear about them.<br />
+  <h3>GPGPU</h3>
+  <ul>
+  <li><em>Automatic C-to-CUDA Code Generation for Affine Programs</em>
+  <br />
+  Muthu Manikandan Baskaran, J. Ramanujam and P. Sadayappan<br />
+  CC 2010
+  </li>
+  </ul>
+  <h3>Vectorization</h3>
+  <ul>
+  <li><em>Joint Scheduling and Layout Optimization to Enable Multi-Level
+  Vectorization</em>
+  <br />
+  Nicolas Vasilache, Benoit Meister, Muthu Baskaran, Richard Lethin<br />
+  IMPACT 2012 (upcoming)
+  </li>
+  </ul>
+
 </div>
 </body>
 </html>





More information about the llvm-commits mailing list