[Mlir-commits] [mlir] [mlir][linalg] unfold projected permutation. (PR #114704)
Javed Absar
llvmlistbot at llvm.org
Tue Nov 5 07:36:36 PST 2024
================
----------------
javedabsar1 wrote:
Fixed hypen.
It does check 'unfolding projected permutations'. A single linalg.generic operand may unfold to `linalg.transpose` of operands, followed by `linalg.broadcast of the operands, followed by their use in a changed (affine-mape) linalg.generic which may then lower to a named op.
https://github.com/llvm/llvm-project/pull/114704
More information about the Mlir-commits
mailing list