You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: