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

Commit e2c55ae

Browse files
[SYCL] Disable is_compatible test on HIP due to crash (#1556)
1 parent c5b928e commit e2c55ae

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)