[Mlir-commits] [mlir] [MLIR] Separate the scalarization part of MathToROCDL (PR #128203)
Benoit Jacob
llvmlistbot at llvm.org
Fri Feb 21 13:41:57 PST 2025
bjacob wrote:
Closing this pull request: it's a dead-end. The problem is that I'm forced to add scalarization for all the ops, including the ones that don't have a lowering to a function call, for the IREE codegen pipeline to succeed, but that is not desirable here as some ops may benefit from not being scalarized.
https://github.com/llvm/llvm-project/pull/128203
More information about the Mlir-commits
mailing list