[Mlir-commits] [mlir] [mlir][python] fix linalg.pack/unpack (PR #127729)

Maksim Levental llvmlistbot at llvm.org
Wed Feb 19 00:24:19 PST 2025


makslevental wrote:

> where were the old bindings located

They were being emitted via TensorOps.td into a file called dialects/_tensor_ops_gen.py.

> Also, looks like this PR is implementing the bindings from scratch?

What I have added is a convenience wrapper around the the emitted binding that now is being emitted into dialects/_linalg_ops_gen.py.

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


More information about the Mlir-commits mailing list