Skip to content

Commit ffefd30

Browse files
committed
enable tests
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 311d288 commit ffefd30

10 files changed

+10
-10
lines changed

sycl/test-e2e/Matrix/SG32/get_coordinate_ops.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// REQUIRES: aspect-ext_intel_matrix
1616
// REQUIRES-INTEL-DRIVER: lin: 30049, win: 101.4943
1717

18-
// XFAIL: !igc-dev && run-mode
18+
// XFAIL: !igc-dev && run-mode && !(linux && arch-intel_gpu_bmg_g21)
1919
// XFAIL-TRACKER: GSD-6376
2020

2121
// XFAIL: arch-intel_gpu_pvc

sycl/test-e2e/Matrix/SG32/joint_matrix_annotated_ptr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// RUN: %{run} %t.out
1717

1818
// Currently row major B fails when annotated_ptr is used
19-
// XFAIL: gpu
19+
// XFAIL: !(linux && arch-intel_gpu_bmg_g21)
2020
// XFAIL-TRACKER: GSD-4181
2121

2222
#include "common.hpp"

sycl/test-e2e/Matrix/SG32/joint_matrix_colA_rowB_colC.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// RUN: %{build} -o %t.out
1616
// RUN: %{run} %t.out
1717

18-
// XFAIL: gpu && run-mode
18+
// XFAIL: !(linux && arch-intel_gpu_bmg_g21) && run-mode
1919
// XFAIL-TRACKER: GSD-5768
2020

2121
#include "common.hpp"

sycl/test-e2e/Matrix/SG32/joint_matrix_int8_rowmajorA_rowmajorB.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
// RUN: %{build} -o %t.out
1919
// RUN: %{run} %t.out
2020

21-
// XFAIL: gpu
21+
// XFAIL: !(linux && arch-intel_gpu_bmg_g21)
2222
// XFAIL-TRACKER: GSD-4181
2323

2424
#include "common.hpp"

sycl/test-e2e/Matrix/SG32/joint_matrix_out_bounds.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
// RUN: %{build} -o %t.out
1919
// RUN: %{run} %t.out
2020

21-
// XFAIL:gpu
21+
// XFAIL: !(linux && arch-intel_gpu_bmg_g21)
2222
// XFAIL-TRACKER: GSD-4181
2323

2424
#include "common.hpp"

sycl/test-e2e/Matrix/SG32/joint_matrix_prefetch.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// RUN: %{build} -o %t.out
1515
// RUN: %{run} %t.out
1616

17-
// XFAIL: gpu
17+
// XFAIL: !(linux && arch-intel_gpu_bmg_g21)
1818
// XFAIL-TRACKER: GSD-4181
1919

2020
// SG size = 32 is not currently supported for SYCL Joint Matrix by IGC on DG2

sycl/test-e2e/Matrix/joint_matrix_16bit_colmajorA_colmajorB.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
// RUN: %{build} -o %t32.out -DSG_SZ=32
2121
// RUN: %{run} %t32.out
2222

23-
// XFAIL: gpu
23+
// XFAIL: !(linux && arch-intel_gpu_bmg_g21)
2424
// XFAIL-TRACKER: GSD-5768
2525

2626
// Only transpose on half data type

sycl/test-e2e/Matrix/joint_matrix_colA_rowB_colC.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// RUN: %{build} -o %t.out
1515
// RUN: %{run} %t.out
1616

17-
// XFAIL: gpu && run-mode
17+
// XFAIL: !(linux && arch-intel_gpu_bmg_g21) && run-mode
1818
// XFAIL-TRACKER: GSD-5768
1919

2020
#include "common.hpp"

sycl/test-e2e/Matrix/joint_matrix_out_bounds_colmajor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
// RUN: %{build} -o %t32.out -DSG_SZ=32
2121
// RUN: %{run} %t32.out
2222

23-
// XFAIL:gpu
23+
// XFAIL: !(linux && arch-intel_gpu_bmg_g21)
2424
// XFAIL-TRACKER: GSD-5768
2525

2626
#include "common.hpp"

sycl/test-e2e/Matrix/joint_matrix_transposeAB.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
// RUN: %if !arch-intel_gpu_dg2 %{ %{build} -o %t_sg32.out -DSG_SZ=32 %}
1919
// RUN: %if !arch-intel_gpu_dg2 %{ %{run} %t_sg32.out %}
2020

21-
// XFAIL: gpu
21+
// XFAIL: !(linux && arch-intel_gpu_bmg_g21)
2222
// XFAIL-TRACKER: GSD-5768
2323

2424
// XFAIL: cpu

0 commit comments

Comments
 (0)