Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in programming_model.rst #1102

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion general/nki/programming_model.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <nki-fig-pm-index-1>`
below visualizes the input and output tensors.
Expand Down