Skip to content

Commit a82ba68

Browse files
committed
Add unsupported cpu comment
1 parent f9425a5 commit a82ba68

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
// UNSUPPORTED: gpu-intel-dg2
1010
// UNSUPPORTED-INTENDED: SG size = 32 is not supported for SYCL Joint Matrix on
1111
// DG2
12+
// UNSUPPORTED: cpu
13+
// UNSUPPORTED-INTENDED: Different C and D types are not supported on AMX
1214

1315
// REQUIRES: target-spir
1416
// REQUIRES: aspect-ext_intel_matrix

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
// UNSUPPORTED: gpu-intel-dg2
1010
// UNSUPPORTED-INTENDED: SG size = 32 is not supported for SYCL Joint Matrix on
1111
// DG2
12+
// UNSUPPORTED: cpu
13+
// UNSUPPORTED-INTENDED: Different C and D types are not supported on AMX
1214

1315
// REQUIRES: target-spir
1416
// REQUIRES: aspect-ext_intel_matrix

sycl/test-e2e/Matrix/joint_matrix_bfloat16_accumulator.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+
9+
// UNSUPPORTED: cpu
10+
// UNSUPPORTED-INTENDED: Different C and D types are not supported on AMX
11+
812
// REQUIRES: target-spir
913

1014
// REQUIRES: aspect-ext_intel_matrix

sycl/test-e2e/Matrix/joint_matrix_half_accumulator.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+
9+
// UNSUPPORTED: cpu
10+
// UNSUPPORTED-INTENDED: Different C and D types are not supported on AMX
11+
812
// REQUIRES: target-spir
913

1014
// REQUIRES: aspect-fp16

0 commit comments

Comments
 (0)