Skip to content

Commit a89e43b

Browse files
dkhaldibb-sycl
authored andcommitted
Set the row major store on B test to xfail on the GPU (intel#1392)
This test store the matrix B that is VNNIed (packed) in a row major fashion. This is expected to fail on the GPU because the implementation does not support automatic transformation YET, in this case: VNNI to row major in the store.
1 parent 194dae8 commit a89e43b

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

SYCL/Matrix/XMX8/element_wise_all_ops_int8_packed.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@
1111
// RUN: %CPU_RUN_PLACEHOLDER %t.out
1212
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1313

14+
<<<<<<< HEAD
1415
// This test stores the matrix B that is VNNIed (packed) in a row major fashion.
16+
=======
17+
// This test store the matrix B that is VNNIed (packed) in a row major fashion.
18+
>>>>>>> 909dc769e (Set the row major store on B test to xfail on the GPU (#1392))
1519
// This is expected to fail on the GPU because the implementation does not
1620
// support automatic transformation YET, in this case: VNNI to row major in the
1721
// store.

SYCL/Matrix/element_wise_all_ops_int8_packed.cpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,18 @@
1111
// RUN: %CPU_RUN_PLACEHOLDER %t.out
1212
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1313

14+
<<<<<<< HEAD
1415
// This test stores the matrix B that is VNNIed (packed) in a row major fashion.
1516
// This is expected to fail on the GPU because the implementation does not
1617
// support automatic transformation YET, in this case: VNNI to row major in the
1718
// store.
1819

20+
=======
21+
// This test store the matrix B that is VNNIed (packed) in a row major fashion.
22+
// This is expected to fail on the GPU because the implementation does not
23+
// support automatic transformation YET, in this case: VNNI to row major in the
24+
// store.
25+
>>>>>>> 909dc769e (Set the row major store on B test to xfail on the GPU (#1392))
1926
// XFAIL: gpu
2027

2128
#include <iostream>

0 commit comments

Comments
 (0)