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] SYCL_JIT support on Windows for kernel_compiler (#16018)
Presently the kernel_compiler extension uses the sycl-jit compiler on
Linux, but on Windows it simply reports back that the support is
unavailable.
In this PR sycl-jit is made available for Windows as well for its use by
the kernel_compiler.
In a follow-on PR I will remove `sycl_jit` as a source language
enumeration and make the SYCL_JIT mechanism the default when the
kernel_compiler is compiling SYCL code, as well as remove the invoking
one, rather than trying to do everything at once.
0 commit comments