
POCL 1.3 implements OpenCL 1.2 with some CL 2.0 functionality and is a portable OpenCL implementation for running on CPUs or there is also some offloading capabilities to NVIDIA GPUs via CUDA or AMD GPUs via HSA.
The POCL 1.3 release adds in LLVM/Clang 8.0 compiler support with LLVM doing much of the heavy-lifting for this portable OpenCL implementation, there is now installable client driver (ICD) support on macOS, HSA improvements, CUDA fixes, and many other fixes / code improvements throughout.
POCL 1.3 can be downloaded from PortableCL.org.
1 Comment