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

Commit 909dc76

Browse files
authored
Set the row major store on B test to xfail on the GPU (#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 0570154 commit 909dc76

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

SYCL/Matrix/XMX8/element_wise_all_ops_int8_packed.cpp

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

14+
// This test store the matrix B that is VNNIed (packed) in a row major fashion.
15+
// This is expected to fail on the GPU because the implementation does not
16+
// support automatic transformation YET, in this case: VNNI to row major in the
17+
// store.
18+
19+
// XFAIL: gpu
20+
1421
#include <iostream>
1522
#include <random>
1623
#include <sycl/sycl.hpp>

SYCL/Matrix/element_wise_all_ops_int8_packed.cpp

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

14+
// This test store the matrix B that is VNNIed (packed) in a row major fashion.
15+
// This is expected to fail on the GPU because the implementation does not
16+
// support automatic transformation YET, in this case: VNNI to row major in the
17+
// store.
18+
// XFAIL: gpu
19+
1420
#include <iostream>
1521
#include <random>
1622
#include <sycl/sycl.hpp>

0 commit comments

Comments
 (0)