1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Add mention of Portable OpenCL to external OS projects.

llvm-svn: 142963
This commit is contained in:
Bill Wendling 2011-10-25 20:37:45 +00:00
parent 69d98376b9
commit 3f49174a02

View 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>