mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-18 12:46:51 +00:00

Summary: Initializing the plugins requires initializing the runtime like CUDA or HSA. This has a considerable overhead on most platforms, so we should only actually initialize a plugin if it is needed by any image that is loaded.