[Mlir-commits] [mlir] [mlir] [tensor] Fix typo in tensor.pack documentation (PR #74922)
Prathamesh Tagore
llvmlistbot at llvm.org
Sun Dec 10 21:42:53 PST 2023
meshtag wrote:
I felt this part
```
inner_dims_pos (mandatory) specifies k source tensor dimensions that are being tiled, where 0 < k <= n. The order of the dimensions matters:
```
was unnecessarily repeated twice.
And the two sentences that are a part of the list are directly related to/explaining the working of `inner_dims_pos`
https://github.com/llvm/llvm-project/pull/74922
More information about the Mlir-commits
mailing list