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] Use empty kernel bundle in make_kernel (#4866)
Calling make_kernel may inadverdently build other kernels than the one
requested which may cause unexpected behavior. These changes make
make_kernel use an empty kernel bundle in the default variant.
Signed-off-by: Steffen Larsen <[email protected]>
0 commit comments