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

Christian Sigg llvmlistbot at llvm.org
Mon Feb 17 06:50:40 PST 2025


chsigg wrote:

The tensor dialect now depends on the linalg dialect because of `linalg::TensorRelayoutOpInterface`. Doesn't this go against the dialect layering and that interface would better stay in the tensor dialect?

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


More information about the Mlir-commits mailing list