From 12b81bee74c50fedcefea83ca1687a6b42778694 Mon Sep 17 00:00:00 2001 From: Sean McLaughlin Date: Mon, 3 Feb 2025 10:56:48 -0800 Subject: [PATCH] Fix typo in programming_model.rst --- general/nki/programming_model.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/general/nki/programming_model.rst b/general/nki/programming_model.rst index 8a44838f..9cf4e7a6 100644 --- a/general/nki/programming_model.rst +++ b/general/nki/programming_model.rst @@ -551,7 +551,7 @@ Case #1 - Tensor split to even and odd columns Here we split an input tensor into two output tensors, where the first output tensor gathers all the even columns from the input tensor, and the second output tensor gathers all the odd columns from the -input tensor. We assume the rows of the input tensors are mapped to SBUF +input tensor. We assume the rows of the input tensor are mapped to SBUF partitions. Therefore, we are effectively gathering elements along the free dimension of the input tensor. :numref:`Fig. %s ` below visualizes the input and output tensors.