diff options
| -rw-r--r-- | polly/www/publications.html | 64 |
1 files changed, 61 insertions, 3 deletions
diff --git a/polly/www/publications.html b/polly/www/publications.html index 91125eab34d..444888577af 100644 --- a/polly/www/publications.html +++ b/polly/www/publications.html @@ -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> |

