Skip to content

Commit a600d52

Browse files
[Matrix][AMX] Disable matrix testcases where c is colmajor since CPU side has not supported it (#10951)
1 parent a6b8fa6 commit a600d52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sycl/test-e2e/Matrix/joint_matrix_colA_rowB_colC.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// RUN: %{build} -o %t.out -DSYCL_EXT_ONEAPI_MATRIX_VERSION=4
1111
// RUN: %{run} %t.out
1212

13-
// XFAIL:gpu
13+
// XFAIL:*
1414

1515
#include "common.hpp"
1616

sycl/test-e2e/Matrix/joint_matrix_transposeC.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// RUN: %{build} -o %t.out -DSYCL_EXT_ONEAPI_MATRIX_VERSION=4
1111
// RUN: %{run} %t.out
1212

13-
// XFAIL:gpu
13+
// XFAIL:*
1414

1515
#include "common.hpp"
1616

0 commit comments

Comments
 (0)