[Mlir-commits] [mlir] [mlir][linalg] Add e2e test for linalg.mmt4d + pack/unpack (PR #84964)
Cullen Rhodes
llvmlistbot at llvm.org
Wed Mar 27 04:24:55 PDT 2024
https://github.com/c-rhodes approved this pull request.
I've left some comments mostly minor, I'm accepting this on the basis it demonstrates a pack + mmt4d + unpack is equivalent to a matmul, which is easily verifiable from the output.
If the purpose of this test is also for documentation I think it could be improved, particularly with some comments to clarify the packing, but additionally I think a simpler example with smaller shapes would be better.
https://github.com/llvm/llvm-project/pull/84964
More information about the Mlir-commits
mailing list