From e8caad524134b60d7094de6c3a02833ac0c687ea Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Tue, 25 Oct 2011 20:37:45 +0000 Subject: [PATCH] Add mention of Portable OpenCL to external OS projects. llvm-svn: 142963 --- llvm/docs/ReleaseNotes.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 5fc83e0102cc..66a848eb7d5f 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/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)