Skip to content

Commit 5b80686

Browse files
committed
Formatting change
1 parent 025dba8 commit 5b80686

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

sycl/test-e2e/Matrix/Inputs/get_coordinate_ops_impl.hpp

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ int main() {
189189
// This combination is not currently supported for sub group size = 32 in
190190
// IGC
191191
#if (!defined(SG_SZ) || SG_SZ != 32)
192-
193192
test_get_coord_op<bfloat16, float, /*TK*/ 16, /*TN*/ 16, use::b,
194193
layout::row_major, 1>();
195194
test_get_coord_op<int8_t, int32_t, /*TK*/ 32, /*TN*/ 16, use::b,
@@ -207,7 +206,8 @@ int main() {
207206
// test_get_coord_op<bfloat16, float, /*TK*/ 16, /*TN*/ 16, use::b,
208207
// layout::row_major, 1>();
209208
// // Accumulator
210-
// test_get_coord_op<bfloat16, float, /*TM*/ 8, /*TN*/ 16, use::accumulator,
209+
// test_get_coord_op<bfloat16, float, /*TM*/ 8, /*TN*/ 16,
210+
// use::accumulator,
211211
// layout::row_major, 1>();
212212
// test_get_coord_op<float, float, /*TM*/ 8, /*TN*/ 16, use::accumulator,
213213
// layout::row_major, 1>();
@@ -219,7 +219,8 @@ int main() {
219219
// layout::row_major, 1>();
220220
// // B - duplicate from 8x16x16
221221
// // Accumulator
222-
// test_get_coord_op<bfloat16, float, /*TM*/ 16, /*TN*/ 16, use::accumulator,
222+
// test_get_coord_op<bfloat16, float, /*TM*/ 16, /*TN*/ 16,
223+
// use::accumulator,
223224
// layout::row_major, 1>();
224225
// test_get_coord_op<float, float, /*TM*/ 16, /*TN*/ 16, use::accumulator,
225226
// layout::row_major, 1>();
@@ -235,7 +236,8 @@ int main() {
235236
// test_get_coord_op<bfloat16, float, /*TK*/ 16, /*TN*/ 64, use::b,
236237
// layout::row_major, 1>();
237238
// // Accumulator
238-
// test_get_coord_op<bfloat16, float, /*TM*/ 1, /*TN*/ 64, use::accumulator,
239+
// test_get_coord_op<bfloat16, float, /*TM*/ 1, /*TN*/ 64,
240+
// use::accumulator,
239241
// layout::row_major, 1>();
240242
// test_get_coord_op<float, float, /*TM*/ 1, /*TN*/ 64, use::accumulator,
241243
// layout::row_major, 1>();
@@ -251,7 +253,8 @@ int main() {
251253
// test_get_coord_op<bfloat16, float, /*TK*/ 32, /*TN*/ 64, use::b,
252254
// layout::row_major, 1>();
253255
// // Accumulator
254-
// test_get_coord_op<bfloat16, float, /*TM*/ 1, /*TN*/ 64, use::accumulator,
256+
// test_get_coord_op<bfloat16, float, /*TM*/ 1, /*TN*/ 64,
257+
// use::accumulator,
255258
// layout::row_major, 1>();
256259
// test_get_coord_op<float, float, /*TM*/ 1, /*TN*/ 64, use::accumulator,
257260
// layout::row_major, 1>();
@@ -263,7 +266,8 @@ int main() {
263266
// layout::row_major, 1>();
264267
// // B - duplicate from 1x64x16
265268
// // Accumulator
266-
// test_get_coord_op<bfloat16, float, /*TM*/ 32, /*TN*/ 64, use::accumulator,
269+
// test_get_coord_op<bfloat16, float, /*TM*/ 32, /*TN*/ 64,
270+
// use::accumulator,
267271
// layout::row_major, 1>();
268272
// test_get_coord_op<float, float, /*TM*/ 32, /*TN*/ 64, use::accumulator,
269273
// layout::row_major, 1>();
@@ -275,7 +279,8 @@ int main() {
275279
// layout::row_major, 1>();
276280
// // B - duplicate from 1x64x32
277281
// // Accumulator
278-
// test_get_coord_op<bfloat16, float, /*TM*/ 32, /*TN*/ 64, use::accumulator,
282+
// test_get_coord_op<bfloat16, float, /*TM*/ 32, /*TN*/ 64,
283+
// use::accumulator,
279284
// layout::row_major, 1>();
280285
// test_get_coord_op<float, float, /*TM*/ 32, /*TN*/ 64, use::accumulator,
281286
// layout::row_major, 1>();

0 commit comments

Comments
 (0)