[Mlir-commits] [mlir] [mlir][tensor] Introduce `TensorRelayoutOpInterface` (PR #125823)

Renato Golin llvmlistbot at llvm.org
Wed Feb 5 01:31:58 PST 2025


https://github.com/rengolin approved this pull request.

This looks like the right way to me. The original proposal was to have a single `linalg.relayout` operation that implements both `pack` and `unpack`, and this interface gets there, which is good.

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


More information about the Mlir-commits mailing list