summaryrefslogtreecommitdiff
path: root/docs
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
commitba22627b715ca1f604ff30955939f8c3b75eae89 (patch)
tree72e7d7ede99d0d144a0078aba5b4ecc6ff7ab5b6 /docs
parent0685e94895f26f96aa1032696e3150dd00aad1f3 (diff)
downloadllvm-ba22627b715ca1f604ff30955939f8c3b75eae89.tar.gz
llvm-ba22627b715ca1f604ff30955939f8c3b75eae89.tar.bz2
llvm-ba22627b715ca1f604ff30955939f8c3b75eae89.tar.xz
Add mention of Portable OpenCL to external OS projects.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142963 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 5fc83e0102..66a848eb7d 100644
--- a/docs/ReleaseNotes.html
+++ b/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>