summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-10-25 20:37:45 +0000
committerBill Wendling <isanbard@gmail.com>2011-10-25 20:37:45 +0000
commite8caad524134b60d7094de6c3a02833ac0c687ea (patch)
tree36e10e2e58e21cfaac83faecfc5cb88572ac8549 /llvm
parentefa7d1f117a5f8fed2d5ba8198f818ab3f1f2abd (diff)
downloadbcm5719-llvm-e8caad524134b60d7094de6c3a02833ac0c687ea.tar.gz
bcm5719-llvm-e8caad524134b60d7094de6c3a02833ac0c687ea.zip
Add mention of Portable OpenCL to external OS projects.
llvm-svn: 142963
Diffstat (limited to 'llvm')
-rw-r--r--llvm/docs/ReleaseNotes.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html
index 5fc83e0102c..66a848eb7d5 100644
--- a/llvm/docs/ReleaseNotes.html
+++ b/llvm/docs/ReleaseNotes.html
@@ -323,6 +323,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>
<div>
OpenPOWER on IntegriCloud