intel / intel-graphics-compiler

Other
594 stars 155 forks source link

Add parsing of OpenCL C++ -cl-std flags #328

Open lucasz93 opened 4 months ago

lucasz93 commented 4 months ago

Hello!

Support for OpenCL C++ was added into LLVM 14, but IGC doesn't support parsing of those flags just yet. I've opened PRs which adds support for parsing these flags to the following repositories: intel-graphics-compiler, compute-runtime and opencl-clang.

The options are passed down into LLVM which then happily compiles my C++ kernel.

PRs should be merged in the following order: opencl-clang, intel-graphics-compiler, then finally compute-runtime.

Kind regards, -Lucas