Skip to content

Commit b96ee76

Browse files
authored
[DOCS] Fix typo in TensorIR (#17527)
Update learning.rst
1 parent f7096ef commit b96ee76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/deep_dive/tensor_ir/learning.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Block Axis Properties
182182
~~~~~~~~~~~~~~~~~~~~~
183183
Let's delve deeper into the properties of the block axis. These properties signify the axis's
184184
relationship to the computation in progress. The block comprises three axes ``vi``, ``vj``, and
185-
``vk``, meanwhile the block reads the buffer ``A[vi, vk]``, ``B[vk, vj]`` and writs the buffer
185+
``vk``, meanwhile the block reads the buffer ``A[vi, vk]``, ``B[vk, vj]`` and writes the buffer
186186
``Y[vi, vj]``. Strictly speaking, the block performs (reduction) updates to Y, which we label
187187
as write for the time being, as we don't require the value of Y from another block.
188188

0 commit comments

Comments
 (0)