[Mlir-commits] [llvm] [mlir] [mlir][gpu] Change GPU modules to globals (PR #135478)

Christian Sigg llvmlistbot at llvm.org
Sat Apr 12 23:12:02 PDT 2025


chsigg wrote:

> Would it be possible to lazy load on first use?

Yes, I reverted the eager loading in the runtime. Instead, one can use `CUDA_MODULE_LOADING=EAGER` env variable to force eager loading.



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


More information about the Mlir-commits mailing list