Skip to content

Commit 2a39bc7

Browse files
AlexeySachkovbb-sycl
authored andcommitted
[SYCL] Disable is_compatible test on HIP due to crash (intel#1556)
1 parent b21e277 commit 2a39bc7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

SYCL/OptionalKernelFeatures/is_compatible.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
// requires: cpu, gpu, accelerator
2+
// UNSUPPORTED: hip
3+
// FIXME: enable the test back, see intel/llvm#8146
24
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -O0 %s -o %t.out
35
// RUN: %CPU_RUN_PLACEHOLDER %t.out
46
// RUN: %GPU_RUN_PLACEHOLDER %t.out

0 commit comments

Comments
 (0)