[Mlir-commits] [mlir] [mlir][linalg] Update docs for `linalg.generic`(NFC) (PR #127178)

Renato Golin llvmlistbot at llvm.org
Fri Feb 14 01:58:30 PST 2025


rengolin wrote:

> Maybe somebody who's been working more closely with Linalg can chime in on mixed tensor/memref support.

We have been working on it for the past two years with single semantics: bufferization needs to convert all operands in one go. If there are places still allowing the old semantics, I'd fix them in situ.

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


More information about the Mlir-commits mailing list