We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeba879 commit 6029e49Copy full SHA for 6029e49
sycl/test-e2e/AOT/gpu.cpp
@@ -7,8 +7,8 @@
7
//===---------------------------------------------------------------------===//
8
9
// REQUIRES: ocloc, gpu
10
-// UNSUPPORTED: cuda
11
-// CUDA is not compatible with SPIR.
+// UNSUPPORTED: cuda, hip
+// CUDA, HIP are not compatible with SPIR.
12
//
13
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen %gpu_aot_target_opts %S/Inputs/aot.cpp -o %t.out
14
// RUN: %GPU_RUN_PLACEHOLDER %t.out
0 commit comments