[Mlir-commits] [mlir] [mlir][tensor][linalg] Move Pack/Unpack Ops to Linalg (PR #123902)
Renato Golin
llvmlistbot at llvm.org
Thu Feb 13 05:19:04 PST 2025
https://github.com/rengolin approved this pull request.
Just rebased tpp-mlir on this PR and did not find any conflict relevant to the PR (only other changes that are also present in the commit where this PR is based on).
Code update was remarkably simple:
* Code: `s/tensor::(Up)PackOp/linalg::(Un)PackOp/g`
* Tests: `s/tensor.(un)pack/linalg.(un)pack/g`
Thank you for the massive effort! Rebasing such a branch isn't easy, and since this is mainly a move, I'd be happy with it being merged sooner rather than later and we fix any teething issues in-tree.
https://github.com/llvm/llvm-project/pull/123902
More information about the Mlir-commits
mailing list