[Mlir-commits] [mlir] [mlir][Linalg] Fix non-matmul linalg structured ops (PR #116412)

Kunwar Grover llvmlistbot at llvm.org
Fri Nov 15 09:53:48 PST 2024


Groverkss wrote:

> The test failures look like parsing/printing issue.

I fixed them, but they are coming because linalg.matmul attributes are being passed to matvec. This is fine for now, as long as they are printed as discardable attributes (which they are).

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


More information about the Mlir-commits mailing list