Skip to content

Commit 1551ec4

Browse files
committed
Split gpu and TEMPORARILY_DISABLED
Change-Id: I13d45791ada54b4b1bd54e38a90abf430a1607ec
1 parent ef6f676 commit 1551ec4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

SYCL/ESIMD/vec_arg_call_conv_ext.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
// Intel GPU is not really required, but the test does not make sense for
99
// others.
1010
// CMPLRTOOLS-28055: Disable for release compiler (Xmain and Xmain-rel)
11-
// REQUIRES: gpu, TEMPORARILY_DISABLED
11+
// REQUIRES: TEMPORARILY_DISABLED
12+
// REQUIRES: gpu
1213
// UNSUPPORTED: cuda || hip
1314
// RUN: %clangxx -fsycl -Xclang -opaque-pointers -fsycl-device-only -Xclang -emit-llvm -o %t.comp.ll %s
1415
// RUN: sycl-post-link -ir-output-only -lower-esimd -S %t.comp.ll -o %t.out.ll

SYCL/ESIMD/vec_arg_call_conv_smoke.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
// Intel GPU is not really required, but the test does not make sense for
99
// others.
1010
// CMPLRTOOLS-28055: Disable for release compiler (Xmain and Xmain-rel)
11-
// REQUIRES: gpu, TEMPORARILY_DISABLED
11+
// REQUIRES: TEMPORARILY_DISABLED
12+
// REQUIRES: gpu
1213
// UNSUPPORTED: cuda || hip
1314
// RUN: %clangxx -fsycl -Xclang -opaque-pointers -fsycl-device-only -Xclang -emit-llvm -o %t.comp.ll %s
1415
// RUN: sycl-post-link -ir-output-only -lower-esimd -S %t.comp.ll -o %t.out.ll

0 commit comments

Comments
 (0)