Skip to content

Commit a450175

Browse files
authored
[SYCL][Joint Matrix][E2E] Remove xfail for GPU for 2 tests (#11783)
Remove XFAIL for GPU for joint_matrix_bfloat16_16x16x16 and joint_matrix_bfloat16_32x64x16 tests
1 parent 2e4f5d5 commit a450175

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sycl/test-e2e/Matrix/joint_matrix_bfloat16_16x16x16.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// RUN: %{build} -o %t.out -DSYCL_EXT_ONEAPI_MATRIX_VERSION=4
1111
// RUN: %{run} %t.out
1212

13-
// XFAIL: *
13+
// XFAIL: cpu
1414

1515
#include "common.hpp"
1616

sycl/test-e2e/Matrix/joint_matrix_bfloat16_32x64x16.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// RUN: %{build} -o %t.out -DSYCL_EXT_ONEAPI_MATRIX_VERSION=4
1111
// RUN: %{run} %t.out
1212

13-
// XFAIL: *
13+
// XFAIL: cpu
1414

1515
#include "common.hpp"
1616

0 commit comments

Comments
 (0)