spirv2clc icon indicating copy to clipboard operation
spirv2clc copied to clipboard

Support for cl_ext_cxx_for_opencl

Open MathiasMagnus opened this issue 3 years ago • 0 comments

Support for online compilation of C++ for OpenCL via exposing the cl_ext_cxx_for_opencl extension. Bundling the necessary parts of the Clang/LLVM/LLVM-SPIRV projects as a library and triggering when the user feeds „-cl-std=clc++” to clBuildProgram() and doing a roundtrip to spirv2clc instead of generating vendor IR/bytecode directly.

MathiasMagnus avatar Mar 25 '22 12:03 MathiasMagnus