Skip to content

Commit c9b757f

Browse files
committed
fix table column widths
1 parent edf187c commit c9b757f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/cl_intel_subgroup_matrix_multiply_accumulate.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ For devices where the minimum subgroup size is 16, the following matrix dimensio
427427
For these devices, the subgroup size must be 16 (the minimum subgroup size).
428428
Behavior is undefined if these functions are called on other devices or from kernels with a different subgroup size:
429429

430-
[cols="7*^",width="100%"]
430+
[cols="^1,^1,^1,^2,^2,^2,^2",width="100%"]
431431
[options="header"]
432432
|=====
433433
| M Dimension | N Dimension | K Dimension | Result Type | Matrix A Type | Matrix B Type | Matrix C Type

0 commit comments

Comments
 (0)