File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 8
8
// Intel GPU is not really required, but the test does not make sense for
9
9
// others.
10
10
// CMPLRTOOLS-28055: Disable for release compiler (Xmain and Xmain-rel)
11
- // REQUIRES: gpu, TEMPORARILY_DISABLED
11
+ // REQUIRES: TEMPORARILY_DISABLED
12
+ // REQUIRES: gpu
12
13
// UNSUPPORTED: cuda || hip
13
14
// RUN: %clangxx -fsycl -Xclang -opaque-pointers -fsycl-device-only -Xclang -emit-llvm -o %t.comp.ll %s
14
15
// RUN: sycl-post-link -ir-output-only -lower-esimd -S %t.comp.ll -o %t.out.ll
Original file line number Diff line number Diff line change 8
8
// Intel GPU is not really required, but the test does not make sense for
9
9
// others.
10
10
// CMPLRTOOLS-28055: Disable for release compiler (Xmain and Xmain-rel)
11
- // REQUIRES: gpu, TEMPORARILY_DISABLED
11
+ // REQUIRES: TEMPORARILY_DISABLED
12
+ // REQUIRES: gpu
12
13
// UNSUPPORTED: cuda || hip
13
14
// RUN: %clangxx -fsycl -Xclang -opaque-pointers -fsycl-device-only -Xclang -emit-llvm -o %t.comp.ll %s
14
15
// RUN: sycl-post-link -ir-output-only -lower-esimd -S %t.comp.ll -o %t.out.ll
You can’t perform that action at this time.
0 commit comments