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
Roll back to original usage of sycl::get_kernel_bundle (#1935)
To solve #1121.
The original usage of `sycl::get_kernel_bundle` should not be
device-specific. Since the fixing has landed on oneAPI 2025.2, kernel
bundle is now created using only the kernel ID (`kid`) instead of both
device and kernel ID, removing the workaround for device-specific kernel
builds and associated comments.
0 commit comments