[DOCS] Fix typo (#650)

This commit is contained in:
Yunxing Dai
2022-09-14 12:17:05 -07:00
committed by GitHub
parent 437ced38c2
commit 59a8e25f43

View File

@@ -76,8 +76,8 @@ You will specifically learn about:
# #
# .. code-block:: python # .. code-block:: python
# #
# pa += BLOCK_SIZE_K * stride_ak; # a_ptrs += BLOCK_SIZE_K * stride_ak;
# pb += BLOCK_SIZE_K * stride_bk; # b_ptrs += BLOCK_SIZE_K * stride_bk;
# #
# #
# L2 Cache Optimizations # L2 Cache Optimizations