[Mlir-commits] [mlir] [mlir][gpu] Remove `offloadingHandler` from `ModuleToBinary` (PR #90368)

Fabian Mora llvmlistbot at llvm.org
Sat Apr 27 17:52:19 PDT 2024


fabianmcg wrote:

I opted for removing the option for now.
The alternative of adding an option parser for an `mlir::Attribute` doesn't work, as parsing an attribute requires a valid `MLIRContext` and there's no safe way to pass the context to the option parser.

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


More information about the Mlir-commits mailing list