It is clear that Apple has an OpenCL implementation based on Clang and LLVM. There, Apple Engineer also talked about what it takes for OpenCL to migrate to LLVM here.
However, is the code for this implementation available under any open source license, or is it closed source software? If the code has not been released, does anyone know if this is possible in the future? I would like to know if there is an OpenCL version of OpenCL based on Clang and LLVM before we leave and try to implement our own ...
source share