[Mlir-commits] [mlir] [mlir][vector] Refactor vector-transfer-unroll.mlir (NFC) (PR #102593)

Pablo Antonio Martinez llvmlistbot at llvm.org
Mon Aug 12 04:11:35 PDT 2024


pabloantoniom wrote:

> Thank you for helping out with this 😅
> 
> Already looks great, but I've made a few small suggestions that could make this even greater 🙏🏻 WDYT?

Looks good! I've addressed all your comments and also fixed a small detail I didn't notice before. In `transfer_read_unroll_tensor` I wrongly replaced the name of the argument with `%mem` (but it shouldn't be, because it's a tensor).

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


More information about the Mlir-commits mailing list