[Mlir-commits] [mlir] [MLIR] Fixing the memref linearization size computation (PR #138922)

Krzysztof Drewniak llvmlistbot at llvm.org
Wed May 7 12:18:11 PDT 2025


https://github.com/krzysz00 commented:

I'm happy with this as a correctness fix, though could we get a test with a column-major memref and a non-packed one?

That is, for example, `memref<4x8xi4, strided<[8, 1]>>` and `memref<8x4xi4, strided<[1, 8]>>`?

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


More information about the Mlir-commits mailing list