[llvm] [Offload] Ensure to load images when the device is used (PR #103002)

Joseph Huber via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 13 06:12:56 PDT 2024


https://github.com/jhuber6 commented:

I believe device ctor / dtors are handled at image init / deinit time now. We used to init at first kernel / data call. I'm guessing this just expands that for external users?

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


More information about the llvm-commits mailing list