Skip to content

Commit 6029e49

Browse files
authored
[SYCL][HIP] Make HIP unsupported for SPIR-gen test (#9277)
HIP should not support this test
1 parent eeba879 commit 6029e49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/test-e2e/AOT/gpu.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
//===---------------------------------------------------------------------===//
88

99
// REQUIRES: ocloc, gpu
10-
// UNSUPPORTED: cuda
11-
// CUDA is not compatible with SPIR.
10+
// UNSUPPORTED: cuda, hip
11+
// CUDA, HIP are not compatible with SPIR.
1212
//
1313
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen %gpu_aot_target_opts %S/Inputs/aot.cpp -o %t.out
1414
// RUN: %GPU_RUN_PLACEHOLDER %t.out

0 commit comments

Comments
 (0)