Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit e485039

Browse files
committed
Disable on CUDA and HIP
Signed-off-by: Steffen Larsen <[email protected]>
1 parent 3bff172 commit e485039

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

SYCL/Regression/implicit_kernel_bundle_image_filtering.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
// RUN: env SYCL_PI_TRACE=2 %GPU_RUN_PLACEHOLDER %t.out 2>&1 %GPU_CHECK_PLACEHOLDER
44
// RUN: env SYCL_PI_TRACE=2 %ACC_RUN_PLACEHOLDER %t.out 2>&1 %ACC_CHECK_PLACEHOLDER
55

6+
// JIT compilation path is not taken on CUDA and HIP backend.
7+
// UNSUPPORTED: cuda || hip
8+
69
// This tests checks that implicitly created kernel_bundles (i.e. through
710
// setting a specialization ID from host) only builds the device image
811
// containing the kernel it launches.

0 commit comments

Comments
 (0)