Skip to content

Commit eef603c

Browse files
committed
Change Unsupported to unsupported-intended comment in SG32 test files
1 parent 431ae7b commit eef603c

File tree

5 files changed

+21
-11
lines changed

5 files changed

+21
-11
lines changed

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// SG size = 32 is not currently supported for SYCL Joint Matrix by IGC on DG2
9-
// UNSUPPORTED: gpu-intel-dg2
8+
9+
// UNSUPPORTED-INTENDED: SG size = 32 is not supported for SYCL Joint Matrix on DG2
1010

1111
// REQUIRES: target-spir
1212
// REQUIRES: aspect-ext_intel_matrix
@@ -35,18 +35,24 @@ int main() {
3535
if (combinations[i].nsize == 0) { // Intel AMX
3636
test<bfloat16, float, float, /*TM*/ 16, /*TN*/ 16, /*TK*/ 16,
3737
layout::row_major, 1>();
38+
test<bfloat16, float, float, /*TM*/ 16, /*TN*/ 16, /*TK*/ 16,
39+
layout::ext_intel_packed, 2>();
3840
break;
3941
}
4042

4143
if (combinations[i].nsize == 16) { // architecture::intel_gpu_pvc
4244
test<bfloat16, float, float, /*TM*/ 8, /*TN*/ 16, /*TK*/ 16,
4345
layout::row_major, 1>();
46+
test<bfloat16, float, float, /*TM*/ 8, /*TN*/ 16, /*TK*/ 16,
47+
layout::ext_intel_packed, 2>();
4448
break;
4549
}
4650

4751
if (combinations[i].nsize == 8) { // architecture::intel_gpu_dg2*
4852
test<bfloat16, float, float, /*TM*/ 8, /*TN*/ 8, /*TK*/ 16,
4953
layout::row_major, 1>();
54+
test<bfloat16, float, float, /*TM*/ 8, /*TN*/ 8, /*TK*/ 16,
55+
layout::ext_intel_packed, 2>();
5056
break;
5157
}
5258
}

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// SG size = 32 is not currently supported for SYCL Joint Matrix by IGC on DG2
9-
// UNSUPPORTED: gpu-intel-dg2
10-
// UNSUPPORTED-TRACKER: GSD-4181
8+
9+
// UNSUPPORTED-INTENDED: SG size = 32 is not supported for SYCL Joint Matrix on DG2
1110

1211
// REQUIRES: target-spir
1312
// REQUIRES: aspect-ext_intel_matrix

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// SG size = 32 is not currently supported for SYCL Joint Matrix by IGC on DG2
9-
// UNSUPPORTED: gpu-intel-dg2
8+
9+
// UNSUPPORTED-INTENDED: SG size = 32 is not supported for SYCL Joint Matrix on DG2
1010

1111
// REQUIRES: target-spir
1212

@@ -34,18 +34,24 @@ int main() {
3434
if (combinations[i].nsize == 0) { // Intel AMX
3535
test<half, float, float, /*TM*/ 16, /*TN*/ 16, /*TK*/ 16,
3636
layout::row_major, 1>();
37+
test<half, float, float, /*TM*/ 16, /*TN*/ 16, /*TK*/ 16,
38+
layout::ext_intel_packed, 2>();
3739
break;
3840
}
3941

4042
if (combinations[i].nsize == 16) { // architecture::intel_gpu_pvc
4143
test<half, float, float, /*TM*/ 8, /*TN*/ 16, /*TK*/ 16,
4244
layout::row_major, 1>();
45+
test<half, float, float, /*TM*/ 8, /*TN*/ 16, /*TK*/ 16,
46+
layout::ext_intel_packed, 2>();
4347
break;
4448
}
4549

4650
if (combinations[i].nsize == 8) { // architecture::intel_gpu_dg2*
4751
test<half, float, float, /*TM*/ 8, /*TN*/ 8, /*TK*/ 16, layout::row_major,
4852
1>();
53+
test<half, float, float, /*TM*/ 8, /*TN*/ 8, /*TK*/ 16,
54+
layout::ext_intel_packed, 2>();
4955
break;
5056
}
5157
}

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// SG size = 32 is not currently supported for SYCL Joint Matrix by IGC on DG2
9-
// UNSUPPORTED: gpu-intel-dg2
10-
// UNSUPPORTED-TRACKER: GSD-4181
8+
9+
// UNSUPPORTED-INTENDED: SG size = 32 is not supported for SYCL Joint Matrix on DG2
1110

1211
// REQUIRES: target-spir
1312
// REQUIRES: aspect-ext_intel_matrix

sycl/test/e2e_test_requirements/no-unsupported-without-info.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
// tests to match the required format and in that case you should just update
5555
// (i.e. reduce) the number and the list below.
5656
//
57-
// NUMBER-OF-UNSUPPORTED-WITHOUT-INFO: 231
57+
// NUMBER-OF-UNSUPPORTED-WITHOUT-INFO: 227
5858
//
5959
// List of improperly UNSUPPORTED tests.
6060
// Remove the CHECK once the test has been properly UNSUPPORTED.

0 commit comments

Comments
 (0)