Skip to content

Commit 9bbd1ec

Browse files
JackAKirkbb-sycl
authored andcommitted
[SYCL][CUDA] Xfail matrix tests that are not supported yet. (intel#1331)
Xfail tests that are not supported yet. Tests require intel/llvm#7077 Signed-off-by: JackAKirk <[email protected]>
1 parent 5940b76 commit 9bbd1ec

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

SYCL/Matrix/element_wise_all_ops_cuda.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: cuda
9-
9+
// Temp xfail: test was merged early.
10+
// XFAIL: cuda
1011
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -Xsycl-target-backend --cuda-gpu-arch=sm_80 -DSYCL_EXT_ONEAPI_MATRIX_VERSION=4 %s -o %t.out
1112
// RUN: %t.out
1213

SYCL/Matrix/element_wise_wi_marray.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: cuda
9-
9+
// Temp xfail: test was merged early.
10+
// XFAIL: cuda
1011
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -Xsycl-target-backend --cuda-gpu-arch=sm_80 -DSYCL_EXT_ONEAPI_MATRIX_VERSION=4 %s -o %t.out
1112
// RUN: %t.out
1213

SYCL/Matrix/joint_matrix_tensorcores.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11

22
// REQUIRES: cuda
3+
// Temp xfail: test was merged early.
4+
// XFAIL: cuda
35
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -Xsycl-target-backend --cuda-gpu-arch=sm_80 -DSYCL_EXT_ONEAPI_MATRIX_VERSION=4 %s -o %t.out
46
// RUN: %t.out
57
//

0 commit comments

Comments
 (0)