[Mlir-commits] [mlir] [mlir][linalg] Enable expansion of parallel dims of reduction ops (PR #83473)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Fri Mar 1 23:38:36 PST 2024
https://github.com/MaheshRavishankar requested changes to this pull request.
This is OK to land, but you can change the utility method here to work on any `LinalgOp`. I am suspecting for.your use case you are generalizing the op before applying the reshape. We can skip that step.
https://github.com/llvm/llvm-project/pull/83473
More information about the Mlir-commits
mailing list