From: Bill Wendling
Date: Tue, 25 Oct 2011 20:37:45 +0000 (+0000)
Subject: Add mention of Portable OpenCL to external OS projects.
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ba22627b715ca1f604ff30955939f8c3b75eae89;p=oota-llvm.git
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
---
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 5fc83e0102c..66a848eb7d5 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -322,6 +322,19 @@ object-oriented programming, operator overloading and strong typing.
+
+Portable OpenCL (pocl)
+
+
+
+
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).
+
+
+
TTA-based Co-design Environment (TCE)