[Mlir-commits] [mlir] [mlir][vector] Make gather/scatter index dimensions separately (PR #194395)
Krzysztof Drewniak
llvmlistbot at llvm.org
Thu Apr 30 08:55:32 PDT 2026
krzysz00 wrote:
On top of that, the gather instructions you linked seem to all deal in 1-D offests, while memrefs are N-D objects. This PR makes it clear how to construct your 1-D offsets from an r-tuple of indices into an N-D memref.
https://github.com/llvm/llvm-project/pull/194395
More information about the Mlir-commits
mailing list