Skip to content

Commit ec3e761

Browse files
Merge pull request intel#1505 from yubingex007-a11y/disable-int8-vnni
[Matrix] Disable joint_matrix_int8_vnni since vnni-transform for store is supported
2 parents cafa00d + 343b189 commit ec3e761

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SYCL/Matrix/Legacy/joint_matrix_int8_vnni.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// RUN: %CPU_RUN_PLACEHOLDER %t.out
1212
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1313

14-
// XFAIL: gpu
14+
// XFAIL: *
1515

1616
#include <iostream>
1717
#include <sycl/sycl.hpp>

SYCL/Matrix/joint_matrix_int8_vnni.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// RUN: %CPU_RUN_PLACEHOLDER %t.out
1212
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1313

14-
// XFAIL: gpu
14+
// XFAIL: *
1515

1616
#include <iostream>
1717
#include <sycl/sycl.hpp>

0 commit comments

Comments
 (0)