Skip to content

Commit 5f3ada1

Browse files
authored
[NFC] XFAIL several matrix tests with cooperative matrix switch (#15103)
Signed-off-by: Sidorov, Dmitry <dmitry.sidorov@intel.com>
1 parent ad0661d commit 5f3ada1

16 files changed

+16
-0
lines changed

sycl/test-e2e/Matrix/SPVCooperativeMatrix/SG32/element_wise_abc.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
// RUN: %{run} %t.out
1515

1616
// XFAIL: cpu
17+
// XFAIL: gpu
1718

1819
#include "../../common.hpp"
1920

sycl/test-e2e/Matrix/SPVCooperativeMatrix/SG32/element_wise_all_ops.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
// RUN: %{run} %t.out
1515

1616
// XFAIL: cpu
17+
// XFAIL: gpu
1718

1819
#include "../../common.hpp"
1920

sycl/test-e2e/Matrix/SPVCooperativeMatrix/SG32/element_wise_all_ops_half.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
// RUN: %{run} %t.out
1616

1717
// XFAIL: cpu
18+
// XFAIL: gpu
1819

1920
#include "../../common.hpp"
2021

sycl/test-e2e/Matrix/SPVCooperativeMatrix/SG32/element_wise_all_ops_int8.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
// RUN: %{run} %t.out
1515

1616
// XFAIL: cpu
17+
// XFAIL: gpu
1718

1819
#include "../../common.hpp"
1920

sycl/test-e2e/Matrix/SPVCooperativeMatrix/SG32/element_wise_all_ops_int8_packed.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
// RUN: %{run} %t.out
1515

1616
// XFAIL: cpu
17+
// XFAIL: gpu
1718

1819
// This test stores the matrix B that is VNNIed (packed).
1920

sycl/test-e2e/Matrix/SPVCooperativeMatrix/SG32/element_wise_all_ops_tf32.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// RUN: %{run} %t.out
1313

1414
// XFAIL: cpu
15+
// XFAIL: gpu
1516

1617
#include "../../common.hpp"
1718

sycl/test-e2e/Matrix/SPVCooperativeMatrix/SG32/element_wise_all_sizes.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// RUN: %{run} %t.out
1313

1414
// XFAIL: cpu
15+
// XFAIL: gpu
1516

1617
#include "../../common.hpp"
1718

sycl/test-e2e/Matrix/SPVCooperativeMatrix/SG32/element_wise_ops.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
// RUN: %{run} %t.out
1515

1616
// XFAIL: cpu
17+
// XFAIL: gpu
1718

1819
#include "../../common.hpp"
1920

sycl/test-e2e/Matrix/SPVCooperativeMatrix/SG32/get_coord_float_matC.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
// RUN: %{run} %t.out
1515

1616
// XFAIL: cpu
17+
// XFAIL: gpu
1718

1819
#include "../../common.hpp"
1920

sycl/test-e2e/Matrix/SPVCooperativeMatrix/SG32/get_coord_int8_matA.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
// RUN: %{run} %t.out
1515

1616
// XFAIL: cpu
17+
// XFAIL: gpu
1718

1819
#include "../../common.hpp"
1920

0 commit comments

Comments
 (0)