Skip to content

Commit 1e3940b

Browse files
authored
[SYCL][Matrix][E2E] Mark AMD/NVIDIA build targets as unsupported for some Matrix tests (#16855)
Adds `UNSUPPORTED: target-nvidia, target-amd` to matrix tests that also require `aspect-ext_intel_matrix` since these tests are not yet supported for those triples.
1 parent cf6f2c4 commit 1e3940b

File tree

88 files changed

+369
-1
lines changed

Some content is hidden

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

88 files changed

+369
-1
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
//===----------------------------------------------------------------------===//
88
// SG size = 32 is not currently supported for SYCL Joint Matrix by IGC on DG2
99
// UNSUPPORTED: gpu-intel-dg2
10+
11+
// UNSUPPORTED: target-nvidia, target-amd
12+
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for
13+
// other triples
14+
1015
// REQUIRES: aspect-ext_intel_matrix
1116
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
1217

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
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
11+
812
// REQUIRES: aspect-ext_intel_matrix
913
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
1014
// SG size = 32 is not currently supported for SYCL Joint Matrix by IGC on DG2

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
//===----------------------------------------------------------------------===//
88
// SG size = 32 is not currently supported for SYCL Joint Matrix by IGC on DG2
99
// UNSUPPORTED: gpu-intel-dg2
10+
11+
// UNSUPPORTED: target-nvidia, target-amd
12+
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for
13+
// other triples
14+
1015
// REQUIRES: aspect-fp16
1116
// REQUIRES: aspect-ext_intel_matrix
1217
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
//===----------------------------------------------------------------------===//
88
// SG size = 32 is not currently supported for SYCL Joint Matrix by IGC on DG2
99
// UNSUPPORTED: gpu-intel-dg2
10+
11+
// UNSUPPORTED: target-nvidia, target-amd
12+
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for
13+
// other triples
14+
1015
// REQUIRES: aspect-ext_intel_matrix
1116
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
1217

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
//===----------------------------------------------------------------------===//
88
// SG size = 32 is not currently supported for SYCL Joint Matrix by IGC on DG2
99
// UNSUPPORTED: gpu-intel-dg2
10+
11+
// UNSUPPORTED: target-nvidia, target-amd
12+
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for
13+
// other triples
14+
1015
// REQUIRES: aspect-ext_intel_matrix
1116
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
1217

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
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
11+
812
// REQUIRES: aspect-ext_intel_matrix
913
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
1014

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
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
11+
812
// REQUIRES: aspect-ext_intel_matrix
913
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
1014

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
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
11+
812
// REQUIRES: aspect-ext_intel_matrix
913
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
1014
// SG size = 32 is not currently supported for SYCL Joint Matrix by IGC on DG2

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
//===----------------------------------------------------------------------===//
88
// SG size = 32 is not currently supported for SYCL Joint Matrix by IGC on DG2
99
// UNSUPPORTED: gpu-intel-dg2
10+
11+
// UNSUPPORTED: target-nvidia, target-amd
12+
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for
13+
// other triples
14+
1015
// REQUIRES: aspect-ext_intel_matrix
1116
// REQUIRES-INTEL-DRIVER: lin: 30049, win: 101.4943
1217

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
//===----------------------------------------------------------------------===//
88
// SG size = 32 is not currently supported for SYCL Joint Matrix by IGC on DG2
99
// UNSUPPORTED: gpu-intel-dg2
10+
11+
// UNSUPPORTED: target-nvidia, target-amd
12+
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for
13+
// other triples
14+
1015
// REQUIRES: aspect-ext_intel_matrix
1116
// REQUIRES-INTEL-DRIVER: lin: 27501, win: 101.4943
1217

0 commit comments

Comments
 (0)