Skip to content

Commit ef6f676

Browse files
committed
Disable ESIMD/vec_arg_call_conv* for xmain and xmain-rel
Change-Id: I64404f6d93b096bbf88d53bf0f502c47ef89417b
1 parent 3b46be7 commit ef6f676

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
@@ -7,7 +7,8 @@
77
//===----------------------------------------------------------------------===//
88
// Intel GPU is not really required, but the test does not make sense for
99
// others.
10-
// REQUIRES: gpu
10+
// CMPLRTOOLS-28055: Disable for release compiler (Xmain and Xmain-rel)
11+
// REQUIRES: gpu, TEMPORARILY_DISABLED
1112
// UNSUPPORTED: cuda || hip
1213
// RUN: %clangxx -fsycl -Xclang -opaque-pointers -fsycl-device-only -Xclang -emit-llvm -o %t.comp.ll %s
1314
// 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
@@ -7,7 +7,8 @@
77
//===----------------------------------------------------------------------===//
88
// Intel GPU is not really required, but the test does not make sense for
99
// others.
10-
// REQUIRES: gpu
10+
// CMPLRTOOLS-28055: Disable for release compiler (Xmain and Xmain-rel)
11+
// REQUIRES: gpu, TEMPORARILY_DISABLED
1112
// UNSUPPORTED: cuda || hip
1213
// RUN: %clangxx -fsycl -Xclang -opaque-pointers -fsycl-device-only -Xclang -emit-llvm -o %t.comp.ll %s
1314
// RUN: sycl-post-link -ir-output-only -lower-esimd -S %t.comp.ll -o %t.out.ll

0 commit comments

Comments
 (0)