[llvm] [Liboffload] Add function for checking ELF file device compatibility (PR #156259)
Jonas Greifenhain via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 2 10:58:26 PDT 2025
cadivus wrote:
> We should instead let `olCreateImage` or whatever it's called consume a fat binary directly.
You mean `olCreateProgram` in the `offload/liboffload/API/Program.td`? So I should basically move the loading functions from https://github.com/jdoerfert/llvm-project/blob/llvm_kernel_languages/offload/languages/kernel/src/LanguageRegistration.cpp to there?
https://github.com/llvm/llvm-project/pull/156259
More information about the llvm-commits
mailing list