We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab52704 commit c9e18e5Copy full SHA for c9e18e5
sycl/test-e2e/Matrix/joint_matrix_half.cpp
@@ -27,18 +27,24 @@ int main() {
27
if (combinations[i].nsize == 0) { // Intel AMX
28
test<half, float, float, /*TM*/ 16, /*TN*/ 16, /*TK*/ 16,
29
layout::row_major, 1>();
30
+ test<half, float, float, /*TM*/ 16, /*TN*/ 16, /*TK*/ 16,
31
+ layout::ext_intel_packed, 2>();
32
break;
33
}
34
35
if (combinations[i].nsize == 16) { // architecture::intel_gpu_pvc
36
test<half, float, float, /*TM*/ 8, /*TN*/ 16, /*TK*/ 16,
37
38
+ test<half, float, float, /*TM*/ 8, /*TN*/ 16, /*TK*/ 16,
39
40
41
42
43
if (combinations[i].nsize == 8) { // architecture::intel_gpu_dg2*
- test<half, float, float, /*TM*/ 8, /*TN*/ 8, /*TK*/ 16, layout::row_major,
- 1>();
44
+ test<half, float, float, /*TM*/ 8, /*TN*/ 8, /*TK*/ 16,
45
+ layout::row_major, 1>();
46
47
48
49
50
0 commit comments