Skip to content

Commit 6956832

Browse files
[SYCL][Matrix tests] Remove XFAIL as VNNI transform is now supported on PVC (#10879)
Co-authored-by: YuriPlyakhin <[email protected]>
1 parent c8c64a6 commit 6956832

File tree

4 files changed

+2
-10
lines changed

4 files changed

+2
-10
lines changed

sycl/test-e2e/Matrix/Legacy/joint_matrix_bfloat16_rowmajorA_rowmajorB.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@
1111
// RUN: %{run} %t.out
1212

1313
// This tests support of row major layout for matrix B which does automatic VNNI
14-
// transform. This is currently only available on AMX
15-
16-
// XFAIL: gpu
14+
// transform. This is currently only available on AMX and XMX of PVC
1715

1816
#include <iostream>
1917
#include <sycl/sycl.hpp>

sycl/test-e2e/Matrix/Legacy/joint_matrix_int8_vnni.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
// RUN: %{build} -o %t.out -DSYCL_EXT_ONEAPI_MATRIX_VERSION=1
1111
// RUN: %{run} %t.out
1212

13-
// XFAIL: gpu
14-
1513
#include <iostream>
1614
#include <sycl/sycl.hpp>
1715

sycl/test-e2e/Matrix/joint_matrix_bfloat16_rowmajorA_rowmajorB.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@
1111
// RUN: %{run} %t.out
1212

1313
// This tests support of row major layout for matrix B which does automatic VNNI
14-
// transform. This is currently only available on AMX
15-
16-
// XFAIL: gpu
14+
// transform. This is currently only available on AMX and XMX of PVC
1715

1816
#include <iostream>
1917
#include <sycl/sycl.hpp>

sycl/test-e2e/Matrix/joint_matrix_int8_vnni.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
// RUN: %{build} -o %t.out -DSYCL_EXT_ONEAPI_MATRIX_VERSION=4
1111
// RUN: %{run} %t.out
1212

13-
// XFAIL: gpu
14-
1513
#include <iostream>
1614
#include <sycl/sycl.hpp>
1715

0 commit comments

Comments
 (0)