[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
#
# pa += BLOCK_SIZE_K * stride_ak;
# pb += BLOCK_SIZE_K * stride_bk;
# a_ptrs += BLOCK_SIZE_K * stride_ak;
# b_ptrs += BLOCK_SIZE_K * stride_bk;
#
#
# L2 Cache Optimizations