[llvm-commits] [llvm] r142963 - /llvm/trunk/docs/ReleaseNotes.html

Bill Wendling isanbard at gmail.com
Tue Oct 25 13:37:45 PDT 2011


Author: void
Date: Tue Oct 25 15:37:45 2011
New Revision: 142963

URL: http://llvm.org/viewvc/llvm-project?rev=142963&view=rev
Log:
Add mention of Portable OpenCL to external OS projects.

Modified:
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=142963&r1=142962&r2=142963&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Tue Oct 25 15:37:45 2011
@@ -323,6 +323,19 @@
 </div>
 
 <!--=========================================================================-->
+<h3>Portable OpenCL (pocl)</h3>
+
+<div>
+
+<p>Portable OpenCL is an open source implementation of the OpenCL standard which
+   can be easily adapted for new targets. One of the goals of the project is
+   improving performance portability of OpenCL programs, avoiding the need for
+   target-dependent manual optimizations. A "native" target is included, which
+   allows running OpenCL kernels on the host (CPU).</p>
+
+</div>
+
+<!--=========================================================================-->
 <h3>TTA-based Co-design Environment (TCE)</h3>
 
 <div>





More information about the llvm-commits mailing list