[Mlir-commits] [mlir] [mlir][tensor] Document `dest` operand (PR #71726)

Rik Huijzer llvmlistbot at llvm.org
Fri Nov 10 11:13:06 PST 2023


rikhuijzer wrote:

Ah sorry for being so dense before. I think destination-passing style finally clicked for me now. The tensor is immutable (and therefore copied), but the underlying storage may be mutated.

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


More information about the Mlir-commits mailing list