Skip to content

Commit 1762ea1

Browse files
tetsuokbjacob
authored andcommitted
Fix markdown format in kernel.md
1 parent 2233f5e commit 1762ea1

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

doc/kernel.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,15 @@ NEONKernel12x4Depth2 kernel, which specifies its format as
4040

4141
The meaning of these terms is explained in the lengthy comment at the top of
4242
internal/kernel.h. Here, they mean that this kernel handles at each iteration
43-
(along the depth dimension): - 3 'cells' of size 4x2 each of the lhs, so a total
44-
lhs block of size 12x2 - 1 'cell' of size 2x4 of the rhs. In other words, this
45-
kernel handles 12 rows of the lhs and 4 columns of the rhs, and handles two
46-
levels of depth at once. The 'cells' and `CellFormat` detail the layout of these
47-
12x2 and 2x4 blocks.
43+
(along the depth dimension):
44+
45+
- 3 'cells' of size 4x2 each of the lhs, so a total lhs block of size 12x2
46+
47+
- 1 'cell' of size 2x4 of the rhs.
48+
49+
In other words, this kernel handles 12 rows of the lhs and 4 columns of the
50+
rhs, and handles two levels of depth at once. The 'cells' and `CellFormat`
51+
detail the layout of these 12x2 and 2x4 blocks.
4852

4953
This kernel then loads these 12x2 and 2x4 blocks and computes the corresponding
5054
12x4 GEMM; for ease of reference let us paste the critical comment and code

0 commit comments

Comments
 (0)