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

Commit a592341

Browse files
[SYCL] Temporarily disable kernel_info on CUDA and HIP (#1693)
Signed-off-by: Larsen, Steffen <[email protected]>
1 parent 02d90a1 commit a592341

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

SYCL/Basic/kernel_info.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
//
66
// Fail is flaky for level_zero, enable when fixed.
77
// UNSUPPORTED: level_zero
8+
//
9+
// CUDA and HIP do not currently implement global_work_size
10+
// UNSUPPORTED: cuda, hip
811

912
//==--- kernel_info.cpp - SYCL kernel info test ----------------------------==//
1013
//

0 commit comments

Comments
 (0)