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

Commit a46a8bc

Browse files
[SYCL] Temporarily disable work_group_size_prop for CUDA (#1338)
The CUDA backend currently fails to throw the expected exceptions in work_group_size_prop. This requires more investigation so in the meantime we disable the test. Signed-off-by: Larsen, Steffen <[email protected]>
1 parent 193b6fe commit a46a8bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SYCL/Basic/work_group_size_prop.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
// RUN: %GPU_RUN_PLACEHOLDER %t.out
44
// RUN: %ACC_RUN_PLACEHOLDER %t.out
55
//
6-
// Failing negative test with HIP
7-
// XFAIL: hip
6+
// Failing negative test with HIP. Temporarily disabled for CUDA.
7+
// XFAIL: hip, cuda
88

99
#include <sycl/sycl.hpp>
1010

0 commit comments

Comments
 (0)