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
{{ message }}
This repository was archived by the owner on Mar 28, 2023. It is now read-only.
[SYCL] Adds test for selective building in implicit kernel bundles (#726)
* In select cases the SYCL runtime may create an implicit kernel bundle to
for example track specialization constants. These kernel bundles should
only build the device image that contains the kernel being launched.
This commit adds a test for checking that only one device image is built
by an implicit kernel bundle when only a single kernel is launched and
using per-kernel device-code splitting.
* Disable on CUDA and HIP
Signed-off-by: Steffen Larsen <[email protected]>
0 commit comments