Skip to content

Commit 6dcc826

Browse files
authored
[SYCL][E2E][Joint Matrix] Make half tests UNSUPPORTED on some arch (#15447)
Add UNSUPPORTED for SPR for Joint Matrix fp16 tests in SPVCooperativeMatrix folder to avoid unexpected pass.
1 parent c0b49db commit 6dcc826

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

sycl/test-e2e/Matrix/SPVCooperativeMatrix/SG32/element_wise_all_ops_half.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// SG size = 32 is not currently supported for SYCL Joint Matrix by IGC on DG2
9-
// UNSUPPORTED: gpu-intel-dg2
9+
// SYCL Joint Matrix fp16 operations are not supported on SPR
10+
// UNSUPPORTED: gpu-intel-dg2, arch-intel_cpu_spr
11+
1012
// REQUIRES: aspect-fp16
1113
// REQUIRES: aspect-ext_intel_matrix
1214
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943

sycl/test-e2e/Matrix/SPVCooperativeMatrix/SG32/joint_matrix_half.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// SG size = 32 is not currently supported for SYCL Joint Matrix by IGC on DG2
9-
// UNSUPPORTED: gpu-intel-dg2
9+
// SYCL Joint Matrix fp16 operations are not supported on SPR
10+
// UNSUPPORTED: gpu-intel-dg2, arch-intel_cpu_spr
11+
1012
// REQUIRES: aspect-fp16
1113
// REQUIRES: aspect-ext_intel_matrix
1214
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943

sycl/test-e2e/Matrix/SPVCooperativeMatrix/element_wise_all_ops_half.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
// REQUIRES: aspect-fp16
99
// REQUIRES: aspect-ext_intel_matrix
1010

11+
// SYCL Joint Matrix fp16 operations are not supported on SPR
12+
// UNSUPPORTED: arch-intel_cpu_spr
13+
1114
// RUN: %{build} -D__SPIRV_USE_COOPERATIVE_MATRIX -o %t.out
1215
// RUN: %{run} %t.out
1316

sycl/test-e2e/Matrix/SPVCooperativeMatrix/joint_matrix_half.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
// REQUIRES: aspect-fp16
99
// REQUIRES: aspect-ext_intel_matrix
1010

11+
// SYCL Joint Matrix fp16 operations are not supported on SPR
12+
// UNSUPPORTED: arch-intel_cpu_spr
13+
1114
// RUN: %{build} -D__SPIRV_USE_COOPERATIVE_MATRIX -o %t.out
1215
// RUN: %{run} %t.out
1316

0 commit comments

Comments
 (0)