[llvm-branch-commits] [llvm] [Offload] Add `olLinkProgram` (PR #148648)
Joseph Huber via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Jul 14 08:16:47 PDT 2025
https://github.com/jhuber6 commented:
I'm kind of iffy here, I'm not sure if it's the runtime's job to be a linker. The `createProgram` interface already should handle 'JIT' compilation by detecting magics bits for LLVM-IR, ELF, PTX, or SPIR-V or whatever, but it's expected that the user provides a 'program' to run. What's the use-case for having the offloading runtime doing the compiler's job?
https://github.com/llvm/llvm-project/pull/148648
More information about the llvm-branch-commits
mailing list