[Mlir-commits] [mlir] [ROCDL] Use attached target on the GPU module when lowering GPU ops to ROCDL (PR #110735)
Fabian Mora
llvmlistbot at llvm.org
Wed Nov 6 10:38:32 PST 2024
fabianmcg wrote:
> I have some changes here where `convert-to-llvm` reads DLTI information to read target related information to setup `convert-to-llvm`
What's "here"?
I already submitted a patch upstream that enabled reading the target from `convert-to-llvm`. The problem is that right now we don't agree upstream on whether the performance hit of moving initialization from `Pass::initialize` to `Pass::runOn...` is worth it.
https://github.com/llvm/llvm-project/pull/110735
More information about the Mlir-commits
mailing list