@@ -127,12 +127,12 @@ int main() {
127127 // This combination is not currently supported for sub group size = 32 in
128128 // IGC
129129#if (!defined(SG_SZ) || SG_SZ != 32)
130- test<half, float , /* TM*/ 16 , /* TN*/ 16 , /* TK*/ 16 >();
130+ // test<half, float, /*TM*/ 16, /*TN*/ 16, /*TK*/ 16>();
131131 // test<half, half, /*TM*/ 16, /*TN*/ 16, /*TK*/ 16>();
132- test<half, float , /* TM*/ 1 , /* TN*/ 64 , /* TK*/ 16 >();
132+ // test<half, float, /*TM*/ 1, /*TN*/ 64, /*TK*/ 16>();
133133 // test<half, half, /*TM*/ 1, /*TN*/ 64, /*TK*/ 16>();
134- // test<half, float, /*TM*/ 32, /*TN*/ 64, /*TK*/ 32 >();
135- // test<half, half, /*TM*/ 32, /*TN*/ 64, /*TK*/ 32 >();
134+ // test<half, float, /*TM*/ 32, /*TN*/ 64, /*TK*/ 16 >();
135+ // test<half, half, /*TM*/ 32, /*TN*/ 64, /*TK*/ 16 >();
136136 // test<half, float, /*TM*/ 1, /*TN*/ 64, /*TK*/ 32>();
137137 // test<half, half, /*TM*/ 1, /*TN*/ 64, /*TK*/ 32>();
138138 // test<half, float, /*TM*/ 32, /*TN*/ 64, /*TK*/ 32>();
0 commit comments