@@ -211,12 +211,7 @@ int main() {
211211 // A
212212 test_get_coord_op<bfloat16, float , /* TM*/ 16 , /* TK*/ 16 , use::a,
213213 layout::row_major, 1 >();
214- // B
215- // Duplicate from 8x16x16
216- // test_get_coord_op<bfloat16, float, /*TK*/ 16, /*TN*/ 16, use::b,
217- // layout::ext_intel_packed, 2>();
218- // test_get_coord_op<bfloat16, float, /*TK*/ 16, /*TN*/ 16, use::b,
219- // layout::row_major, 1>();
214+ // B - duplicate from 8x16x16
220215 // Accumulator
221216 test_get_coord_op<bfloat16, float , /* TM*/ 16 , /* TN*/ 16 , use::accumulator,
222217 layout::row_major, 1 >();
@@ -260,29 +255,19 @@ int main() {
260255 // A
261256 test_get_coord_op<bfloat16, float , /* TM*/ 32 , /* TK*/ 16 , use::a,
262257 layout::row_major, 1 >();
263- // B
264- // Duplicate from 1x64x16
265- // test_get_coord_op<bfloat16, float, /*TK*/ 16, /*TN*/ 64, use::b,
266- // layout::ext_intel_packed, 2>();
267- // test_get_coord_op<bfloat16, float, /*TK*/ 16, /*TN*/ 64, use::b,
268- // layout::row_major, 1>();
258+ // B - duplicate from 1x64x16
269259 // Accumulator
270260 test_get_coord_op<bfloat16, float , /* TM*/ 32 , /* TN*/ 64 , use::accumulator,
271261 layout::row_major, 1 >();
272262 test_get_coord_op<float , float , /* TM*/ 32 , /* TN*/ 64 , use::accumulator,
273263 layout::row_major, 1 >();
274264
275- // // 32x64x32 float/bfloat16
265+ // 32x64x32 float/bfloat16
276266 std::cout << " 32x64x32 float/bfloat16" << std::endl;
277267 // A
278268 test_get_coord_op<bfloat16, float , /* TM*/ 32 , /* TK*/ 32 , use::a,
279269 layout::row_major, 1 >();
280- // B
281- // Duplicate from 1x64x32
282- // test_get_coord_op<bfloat16, float, /*TK*/ 32, /*TN*/ 64, use::b,
283- // layout::ext_intel_packed, 2>();
284- // test_get_coord_op<bfloat16, float, /*TK*/ 32, /*TN*/ 64, use::b,
285- // layout::row_major, 1>();
270+ // B - duplicate from 1x64x32
286271 // Accumulator
287272 test_get_coord_op<bfloat16, float , /* TM*/ 32 , /* TN*/ 64 , use::accumulator,
288273 layout::row_major, 1 >();
0 commit comments