[Mlir-commits] [mlir] [mlir][linalg] Vectorize unpack op without masking (PR #89067)

Prashant Kumar llvmlistbot at llvm.org
Thu Apr 25 07:48:51 PDT 2024


================

----------------
pashu123 wrote:

Would the vector sizes for this case be `inner_tiles[x] * source_dim[inner_dims_pos[x]] for x in len(inner_tiles)` and then the inbounds will be set accordingly?

https://github.com/llvm/llvm-project/pull/89067


More information about the Mlir-commits mailing list