[Mlir-commits] [mlir] [mlir][linalg] do not break outs from block argument (PR #73572)

Okwan Kwon llvmlistbot at llvm.org
Tue Nov 28 18:30:46 PST 2023


okkwon wrote:

> > I'd like to see a separate type, e.g., tensorref, to encapsulate tensor buffer just like iree.hal.buffer for the outermost wrapper function, which import and export tensors from/to it.
> 
> It would be interesting to understand why a `memref` is not good enough.

As mentioned above (https://github.com/llvm/llvm-project/pull/73572#discussion_r1408653163), memref can be a good solution. I still want to know that using a tensor as output can be an option here. Thanks!

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


More information about the Mlir-commits mailing list