[Mlir-commits] [mlir] [MLIR][Linalg] pack, unpack to take memref inputs (PR #129036)

Hyunsung Lee llvmlistbot at llvm.org
Sun Mar 16 05:58:43 PDT 2025


ita9naiwa wrote:

> Should be a Variadic<AnyRankedTensor> - generally linalg ops don't have return values at memref (no aliasing)

I'm implementing separating cases for
1. Tensor Semantic -> return $result
2. Memref semantic -> fill $dest

when it's done, I'll re-request reviews.

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


More information about the Mlir-commits mailing list