[Mlir-commits] [mlir] [mlir][linalg][nfc] Fix `linalg.matmul_transpose_a` def. (PR #97690)

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Mon Jul 8 13:19:59 PDT 2024


https://github.com/ftynse commented:

Looks reasonable, could we see the result of converting this to `linalg.generic` to double-check?  The fact that the K dimension is leading in `shape_map` is rather confusing, though I do think it's just the order in which dimensions appear rather than the order of loop iterators.

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


More information about the Mlir-commits mailing list