aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@4054007a-4839-4648-a056-eb81e030d849>2013-05-08 16:20:36 +0000
committereschnett <eschnett@4054007a-4839-4648-a056-eb81e030d849>2013-05-08 16:20:36 +0000
commit1f9f1085a963b0caaba73bbbe7344b3f6d4de873 (patch)
tree75de225f5b6dac8b2e7ddfd31ba995256b6c69c2
parentd97676c40363b112b0d4ef70d7af2da6876b8177 (diff)
Add FreeOCL implementationHEADmaster
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/OpenCL/trunk@18 4054007a-4839-4648-a056-eb81e030d849
-rw-r--r--README7
1 files changed, 5 insertions, 2 deletions
diff --git a/README b/README
index f100bf9..0153fec 100644
--- a/README
+++ b/README
@@ -39,6 +39,10 @@ Unfortunately, they each have their drawbacks:
Unfortunately, there seem to be serious bugs -- for example, I can't
get the cos function to provide correct results.
+- FreeOCL: Open source, available at
+ <https://code.google.com/p/freeocl/>. This is a stand-alone
+ implementation for CPUs only.
+
- Intel: Available at
<http://software.intel.com/en-us/articles/opencl-sdk/>. This
supports only (Intel?) CPUs. The compiler is based on LLVM, and the
@@ -49,8 +53,7 @@ Unfortunately, they each have their drawbacks:
in their CUDA distribution. This supports only GPUs.
- pocl: Open source, available at <https://launchpad.net/pocl>. This
- OpenCL implementation has not yet been released (current version is
- 0.6), and is based on LLVM.
+ OpenCL implementation is based on LLVM.
In addition, Wikipedia <http://en.wikipedia.org/wiki/OpenCL> lists two
IBM implementations for their Power processor and for Intel compatible