Skip to content

DPC++ daily 2022-10-26

Pre-release
Pre-release

Choose a tag to compare

@bb-sycl bb-sycl released this 26 Oct 16:39
· 141237 commits to sycl since this release
efa7b0d
[SYCL] Specify kernels in kernel_bundle for MultipleDevsCache (#7188)

This commit changes the ProgramRetain test in MultipleDevsCache to be
explicit about which kernels should be included in the corresponding
kernel bundle. This prevents the kernel bundle from inadvertently
building programs that are unrelated to the test.

Signed-off-by: Larsen, Steffen <[email protected]>