[Mlir-commits] [mlir] [mlir][tensor][linalg] Move Pack/Unpack Ops to Linalg (PR #123902)

Andrzej WarzyƄski llvmlistbot at llvm.org
Wed Feb 5 01:13:59 PST 2025


banach-space wrote:

**Update (5/2/24)**

> Patch 5 looks like WIP? If we move that to followup PR, this PR LGTM (with comments addressed).

In fact, [PATCH 5](https://github.com/llvm/llvm-project/pull/123902/commits/f350dd269a195ab791c00d7aa7db147bc7b9ce78) is a pre-requisite of this. I moved it into a dedicated PR (that was my original intention):
* https://github.com/llvm/llvm-project/pull/125823

That PR contains the full rationale for `TensorRelayoutOpInterface`/`LinalgRelayoutOpInterface`. Once folks agree that #125823 is the right pre-requisite step, I will push a re-based version of this PR (again, trying to reduce GitHub noise).

Thank you for all the feedback so far!

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


More information about the Mlir-commits mailing list