Skip to content

Commit 402d366

Browse files
authored
Merge pull request intel#1347 from jiezzhang/CMPLRTOOLS-28055
Disable ESIMD/vec_arg_call_conv* for xmain and xmain-rel
2 parents 89464b4 + 1551ec4 commit 402d366

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

SYCL/ESIMD/vec_arg_call_conv_ext.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
//===----------------------------------------------------------------------===//
88
// Intel GPU is not really required, but the test does not make sense for
99
// others.
10+
// CMPLRTOOLS-28055: Disable for release compiler (Xmain and Xmain-rel)
11+
// REQUIRES: TEMPORARILY_DISABLED
1012
// REQUIRES: gpu
1113
// UNSUPPORTED: cuda || hip
1214
// RUN: %clangxx -fsycl -Xclang -opaque-pointers -fsycl-device-only -Xclang -emit-llvm -o %t.comp.ll %s

SYCL/ESIMD/vec_arg_call_conv_smoke.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
//===----------------------------------------------------------------------===//
88
// Intel GPU is not really required, but the test does not make sense for
99
// others.
10+
// CMPLRTOOLS-28055: Disable for release compiler (Xmain and Xmain-rel)
11+
// REQUIRES: TEMPORARILY_DISABLED
1012
// REQUIRES: gpu
1113
// UNSUPPORTED: cuda || hip
1214
// RUN: %clangxx -fsycl -Xclang -opaque-pointers -fsycl-device-only -Xclang -emit-llvm -o %t.comp.ll %s

0 commit comments

Comments
 (0)