Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit d4ef260

Browse files
authored
[SYCL][CUDA] Xfail matrix tests that are not supported yet. (#1331)
Xfail tests that are not supported yet. Tests require intel/llvm#7077 Signed-off-by: JackAKirk <[email protected]>
1 parent 2834fab commit d4ef260

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)