Skip to content

Commit d60cd27

Browse files
authored
[SYCL][E2E][Matrix] Use REQUIRES instead of UNSUPPORTED for targets (#18607)
Based on feedback from [here](#18600 (comment)). --------- Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
1 parent da68058 commit d60cd27

File tree

89 files changed

+93
-271
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+93
-271
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
// SG size = 32 is not currently supported for SYCL Joint Matrix by IGC on DG2
99
// UNSUPPORTED: gpu-intel-dg2
1010

11-
// UNSUPPORTED: target-nvidia, target-amd
12-
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for
13-
// other triples
11+
// REQUIRES: target-spir
1412

1513
// REQUIRES: aspect-ext_intel_matrix
1614
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// UNSUPPORTED: target-nvidia, target-amd
9-
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix is not currently supported on
10-
// other triples
8+
// REQUIRES: target-spir
119

1210
// REQUIRES: aspect-ext_intel_matrix
1311
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
// SG size = 32 is not currently supported for SYCL Joint Matrix by IGC on DG2
99
// UNSUPPORTED: gpu-intel-dg2
1010

11-
// UNSUPPORTED: target-nvidia, target-amd
12-
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for
13-
// other triples
11+
// REQUIRES: target-spir
1412

1513
// REQUIRES: aspect-fp16
1614
// REQUIRES: aspect-ext_intel_matrix

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
// SG size = 32 is not currently supported for SYCL Joint Matrix by IGC on DG2
99
// UNSUPPORTED: gpu-intel-dg2
1010

11-
// UNSUPPORTED: target-nvidia, target-amd
12-
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for
13-
// other triples
11+
// REQUIRES: target-spir
1412

1513
// REQUIRES: aspect-ext_intel_matrix
1614
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
// SG size = 32 is not currently supported for SYCL Joint Matrix by IGC on DG2
99
// UNSUPPORTED: gpu-intel-dg2
1010

11-
// UNSUPPORTED: target-nvidia, target-amd
12-
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for
13-
// other triples
11+
// REQUIRES: target-spir
1412

1513
// REQUIRES: aspect-ext_intel_matrix
1614
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// UNSUPPORTED: target-nvidia, target-amd
9-
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for
10-
// other triples
8+
// REQUIRES: target-spir
119

1210
// REQUIRES: aspect-ext_intel_matrix
1311
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// UNSUPPORTED: target-nvidia, target-amd
9-
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for
10-
// other triples
8+
// REQUIRES: target-spir
119

1210
// REQUIRES: aspect-ext_intel_matrix
1311
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// UNSUPPORTED: target-nvidia, target-amd
9-
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for
10-
// other triples
8+
// REQUIRES: target-spir
119

1210
// REQUIRES: aspect-ext_intel_matrix
1311
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
// SG size = 32 is not currently supported for SYCL Joint Matrix by IGC on DG2
99
// UNSUPPORTED: gpu-intel-dg2
1010

11-
// UNSUPPORTED: target-nvidia, target-amd
12-
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for
13-
// other triples
11+
// REQUIRES: target-spir
1412

1513
// REQUIRES: aspect-ext_intel_matrix
1614
// REQUIRES-INTEL-DRIVER: lin: 30049, win: 101.4943

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
// SG size = 32 is not currently supported for SYCL Joint Matrix by IGC on DG2
99
// UNSUPPORTED: gpu-intel-dg2
1010

11-
// UNSUPPORTED: target-nvidia, target-amd
12-
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for
13-
// other triples
11+
// REQUIRES: target-spir
1412

1513
// REQUIRES: aspect-ext_intel_matrix
1614
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// UNSUPPORTED: target-nvidia, target-amd
9-
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for
10-
// other triples
8+
// REQUIRES: target-spir
119

1210
// UNSUPPORTED: gpu-intel-dg2
1311
// UNSUPPORTED-INTENDED: SG size = 32 is not currently supported for SYCL Joint

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
// SG size = 32 is not currently supported for SYCL Joint Matrix by IGC on DG2
99
// UNSUPPORTED: gpu-intel-dg2
1010

11-
// UNSUPPORTED: target-nvidia, target-amd
12-
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for
13-
// other triples
11+
// REQUIRES: target-spir
1412

1513
// REQUIRES: aspect-ext_intel_matrix
1614
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// UNSUPPORTED: target-nvidia, target-amd
9-
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for
10-
// other triples
8+
// REQUIRES: target-spir
119

1210
// REQUIRES: aspect-ext_intel_matrix
1311

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
// SG size = 32 is not currently supported for SYCL Joint Matrix by IGC on DG2
99
// UNSUPPORTED: gpu-intel-dg2
1010

11-
// UNSUPPORTED: target-nvidia, target-amd
12-
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for
13-
// other triples
11+
// REQUIRES: target-spir
1412

1513
// REQUIRES: aspect-ext_intel_matrix
1614
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
// SG size = 32 is not currently supported for SYCL Joint Matrix by IGC on DG2
99
// UNSUPPORTED: gpu-intel-dg2
1010

11-
// UNSUPPORTED: target-nvidia, target-amd
12-
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for
13-
// other triples
11+
// REQUIRES: target-spir
1412

1513
// REQUIRES: aspect-ext_intel_matrix, gpu
1614

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
// SG size = 32 is not currently supported for SYCL Joint Matrix by IGC on DG2
99
// UNSUPPORTED: gpu-intel-dg2
1010

11-
// UNSUPPORTED: target-nvidia, target-amd
12-
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for
13-
// other triples
11+
// REQUIRES: target-spir
1412

1513
// REQUIRES: aspect-ext_intel_matrix, gpu
1614
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
// SG size = 32 is not currently supported for SYCL Joint Matrix by IGC on DG2
99
// UNSUPPORTED: gpu-intel-dg2
1010

11-
// UNSUPPORTED: target-nvidia, target-amd
12-
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for
13-
// other triples
11+
// REQUIRES: target-spir
1412

1513
// REQUIRES: aspect-ext_intel_matrix
1614
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
// SG size = 32 is not currently supported for SYCL Joint Matrix by IGC on DG2
99
// UNSUPPORTED: gpu-intel-dg2
1010

11-
// UNSUPPORTED: target-nvidia, target-amd
12-
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for
13-
// other triples
11+
// REQUIRES: target-spir
1412

1513
// REQUIRES: aspect-ext_intel_matrix, gpu
1614
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// UNSUPPORTED: target-nvidia, target-amd
9-
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for
10-
// other triples
8+
// REQUIRES: target-spir
119

1210
// REQUIRES: aspect-ext_intel_matrix, cpu
1311

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// UNSUPPORTED: target-nvidia, target-amd
9-
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for
10-
// other triples
8+
// REQUIRES: target-spir
119
// REQUIRES: aspect-ext_intel_matrix, cpu
1210

1311
// RUN: %{build} -o %t.out

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
// SG size = 32 is not currently supported for SYCL Joint Matrix by IGC on DG2
99
// UNSUPPORTED: gpu-intel-dg2
1010

11-
// UNSUPPORTED: target-nvidia, target-amd
12-
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for
13-
// other triples
11+
// REQUIRES: target-spir
1412

1513
// REQUIRES: aspect-ext_intel_matrix
1614
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
// SG size = 32 is not currently supported for SYCL Joint Matrix by IGC on DG2
99
// UNSUPPORTED: gpu-intel-dg2
1010

11-
// UNSUPPORTED: target-nvidia, target-amd
12-
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for
13-
// other triples
11+
// REQUIRES: target-spir
1412

1513
// REQUIRES: aspect-ext_intel_matrix
1614
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// UNSUPPORTED: target-nvidia, target-amd
9-
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for
10-
// other triples
8+
// REQUIRES: target-spir
119

1210
// REQUIRES: aspect-ext_intel_matrix
1311
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// UNSUPPORTED: target-nvidia, target-amd
9-
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for
10-
// other triples
8+
// REQUIRES: target-spir
119

1210
// UNSUPPORTED: gpu-intel-dg2
1311
// UNSUPPORTED-INTENDED: SG size = 32 is not currently supported for SYCL Joint

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// UNSUPPORTED: target-nvidia, target-amd
9-
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for
10-
// other triples
8+
// REQUIRES: target-spir
119

1210
// REQUIRES: aspect-ext_intel_matrix
1311
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
// SG size = 32 is not currently supported for SYCL Joint Matrix by IGC on DG2
99
// UNSUPPORTED: gpu-intel-dg2
1010

11-
// UNSUPPORTED: target-nvidia, target-amd
12-
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for
13-
// other triples
11+
// REQUIRES: target-spir
1412

1513
// REQUIRES: aspect-fp16
1614
// REQUIRES: aspect-ext_intel_matrix

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// UNSUPPORTED: target-nvidia, target-amd
9-
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for
10-
// other triples
8+
// REQUIRES: target-spir
119

1210
// REQUIRES: aspect-ext_intel_matrix
1311
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
// SG size = 32 is not currently supported for SYCL Joint Matrix by IGC on DG2
99
// UNSUPPORTED: gpu-intel-dg2
1010

11-
// UNSUPPORTED: target-nvidia, target-amd
12-
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for
13-
// other triples
11+
// REQUIRES: target-spir
1412

1513
// REQUIRES: aspect-ext_intel_matrix
1614
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// UNSUPPORTED: target-nvidia, target-amd
9-
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for
10-
// other triples
8+
// REQUIRES: target-spir
119

1210
// REQUIRES: aspect-ext_intel_matrix
1311
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// UNSUPPORTED: target-nvidia, target-amd
9-
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for
10-
// other triples
8+
// REQUIRES: target-spir
119

1210
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
1311
// REQUIRES: aspect-ext_intel_matrix

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
//===----------------------------------------------------------------------===//
88
// This tests support of row major layout for matrix B which does automatic VNNI
99

10-
// UNSUPPORTED: target-nvidia, target-amd
11-
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for
12-
// other triples
10+
// REQUIRES: target-spir
1311

1412
// REQUIRES: aspect-ext_intel_matrix
1513
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
// SG size = 32 is not currently supported for SYCL Joint Matrix by IGC on DG2
99
// UNSUPPORTED: gpu-intel-dg2
1010

11-
// UNSUPPORTED: target-nvidia, target-amd
12-
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for
13-
// other triples
11+
// REQUIRES: target-spir
1412

1513
// REQUIRES: aspect-ext_intel_matrix
1614
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
// SG size = 32 is not currently supported for SYCL Joint Matrix by IGC on DG2
99
// UNSUPPORTED: gpu-intel-dg2
1010

11-
// UNSUPPORTED: target-nvidia, target-amd
12-
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for
13-
// other triples
11+
// REQUIRES: target-spir
1412

1513
// REQUIRES: aspect-ext_intel_matrix
1614
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// UNSUPPORTED: target-nvidia, target-amd
9-
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for
10-
// other triples
8+
// REQUIRES: target-spir
119

1210
// REQUIRES: aspect-ext_intel_matrix
1311
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
// SG size = 32 is not currently supported for SYCL Joint Matrix by IGC on DG2
99
// UNSUPPORTED: gpu-intel-dg2
1010

11-
// UNSUPPORTED: target-nvidia, target-amd
12-
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for
13-
// other triples
11+
// REQUIRES: target-spir
1412

1513
// REQUIRES: aspect-ext_intel_matrix
1614
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
// SG size = 32 is not currently supported for SYCL Joint Matrix by IGC on DG2
99
// UNSUPPORTED: gpu-intel-dg2
1010

11-
// UNSUPPORTED: target-nvidia, target-amd
12-
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for
13-
// other triples
11+
// REQUIRES: target-spir
1412

1513
// REQUIRES: aspect-ext_intel_matrix
1614
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943

0 commit comments

Comments
 (0)