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
[SYCL] Kernel Compiler ensures build option flags are passed all the way through with OpenCL C. (#18853)
The KernelCompiler has this `extractXsFlags` feature for handling the
build options when compiling SYCL sources. This inadvertently overlooked
the use case for OpenCL C, so I'm adding it here, along with a test.
---------
Signed-off-by: Chris Perkins <[email protected]>
0 commit comments