Add mention of Portable OpenCL to external OS projects.
authorBill Wendling <isanbard@gmail.com>
Tue, 25 Oct 2011 20:37:45 +0000 (20:37 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 25 Oct 2011 20:37:45 +0000 (20:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142963 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index 5fc83e0102cc0483cb5f5024e9715083e77484e5..66a848eb7d5ff87eaa6d2a344ee7beb38c8ba569 100644 (file)
@@ -322,6 +322,19 @@ object-oriented programming, operator overloading and strong typing.</p>
 
 </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>