[polly] r204442 - www: Separate out the Polly paper

Tobias Grosser tobias at grosser.es
Fri Mar 21 02:34:19 PDT 2014


Author: grosser
Date: Fri Mar 21 04:34:18 2014
New Revision: 204442

URL: http://llvm.org/viewvc/llvm-project?rev=204442&view=rev
Log:
www: Separate out the Polly paper

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=204442&r1=204441&r2=204442&view=diff
==============================================================================
--- polly/trunk/www/publications.html (original)
+++ polly/trunk/www/publications.html Fri Mar 21 04:34:18 2014
@@ -23,17 +23,23 @@
   as well as to understand what kind of optimizations can be built on top of
   Polly.
 
-  <h2> Publications involving Polly </h2>
-  <h3> 2012 </h3>
-  <ul>
-  <li><em>Polly - Performing polyhedral optimizations on a low-level intermediate
+  <h2> Citing Polly</h2>
+
+  The canonical publication to cite Polly is:
+
+<p>
+  <em>Polly - Performing polyhedral optimizations on a low-level intermediate
       representation </em><br />
 Tobias Grosser, Armin Groesslinger, Christian Lengauer<br />
 Parallel Processing Letters 2012 22:04<br />
   <a
 href="http://www.worldscientific.com/doi/abs/10.1142/S0129626412500107?af=R">
 Online Issue</a>
-  </li>
+</p>
+
+  <h2> Publications involving Polly </h2>
+  <h3> 2012 </h3>
+  <ul>
   <li><em>KernelGen - a prototype of auto-parallelizing Fortran/C compiler for NVIDIA GPUs</em><br />
   Dmitry Mikushin, Nikolay Likhogrud, Hou Yunqing, Sergey Kovylov<br />
   Multi-core Workshop 2012, NCAR, Boulder, CO<br /><a





More information about the llvm-commits mailing list