We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 724f0b5 commit 1eed77bCopy full SHA for 1eed77b
4 files changed
sycl/test-e2e/Matrix/SG32/joint_matrix_bfloat16.cpp
@@ -36,9 +36,13 @@ int main() {
36
for (unsigned int i = 0; i < combinations.size(); i++) {
37
if (combinations[i].nsize == 0) { // Intel AMX
38
test<bfloat16, float, float, /*TM*/ 16, /*TN*/ 16, /*TK*/ 16,
39
- layout::row_major, 1>();
40
- test<bfloat16, float, float, /*TM*/ 16, /*TN*/ 16, /*TK*/ 16,
41
layout::ext_intel_packed, 2>();
+ test<bfloat16, float, float, /*TM*/ 16, /*TN*/ 16, /*TK*/ 32,
+ layout::ext_intel_packed, 2>();
42
+ test<bfloat16, float, float, /*TM*/ 16, /*TN*/ 16, /*TK*/ 16,
43
+ layout::row_major, 1>();
44
45
46
break;
47
}
48
sycl/test-e2e/Matrix/SG32/joint_matrix_half.cpp
@@ -35,9 +35,14 @@ int main() {
35
test<half, float, float, /*TM*/ 16, /*TN*/ 16, /*TK*/ 16,
- test<half, float, float, /*TM*/ 16, /*TN*/ 16, /*TK*/ 16,
+ test<half, float, float, /*TM*/ 16, /*TN*/ 16, /*TK*/ 32,
+ // VNNI transform does not work for half yet (CMPLRLLVM-69129)
+ // test<half, float, float, /*TM*/ 16, /*TN*/ 16, /*TK*/ 16,
+ // layout::row_major, 1>();
+ // test<half, float, float, /*TM*/ 16, /*TN*/ 16, /*TK*/ 32,
sycl/test-e2e/Matrix/joint_matrix_bfloat16.cpp
@@ -29,9 +29,13 @@ int main() {
29
30
31
32
33
34
sycl/test-e2e/Matrix/joint_matrix_half.cpp
@@ -26,9 +26,14 @@ int main() {
26
27
28
0 commit comments