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] Pass kernel bundle to SYCL 2020 interop kernel (#4877)
Interop kernels created using `make_kernel` does not have a reference to a kernel bundle, so calling `get_kernel_bundle` on these kernels will return an invalid kernel bundle. These changes pass the associated kernel bundle to the created interop kernel. This only applies to kernels created with `make_kernel`.
0 commit comments