Skip to content

Commit ee0f930

Browse files
committed
xfail dg2
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 73d87b9 commit ee0f930

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

sycl/test-e2e/Matrix/SG32/joint_matrix_int8_colmajorA_colmajorB.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
// This tests support of col major layout for matrix B which does transpose and
1919
// then VNNI transform. This is currently only available on AMX
2020

21+
// XFAIL: gpu-intel-dg2
22+
// XFAIL-TRACKER: GSD-5768
23+
2124
#include "common.hpp"
2225

2326
using namespace sycl;

sycl/test-e2e/Matrix/joint_matrix_int8_colmajorA_colmajorB.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
// This tests support of col major layout for matrix B which does transpose and
1818
// then VNNI transform. This is currently only available on AMX
1919

20+
// XFAIL: gpu-intel-dg2
21+
// XFAIL-TRACKER: GSD-5768
22+
2023
#include "common.hpp"
2124

2225
constexpr size_t TN = 16;

0 commit comments

Comments
 (0)