tpp-mlir
tpp-mlir copied to clipboard
WIP upstream pack matmul
Identity permutation outer_dims_perm = [0, 1]
in tensor.pack
introduced by the upstream matmul packing prevents folding pairs of tensor.unpack
and tensor.pack
. Which then prevents complete layout propagation throughout IR graph.
Investigation in progress.
Fixed upstream. This PR should be able to continue after the next LLVM bump.
All works as before now. No regression in performance.