[llvm] [Offload][L0] Add support for OffloadBinary format in L0 plugin (PR #185404)
Alex Duran via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 10 08:04:50 PDT 2026
================
@@ -1651,6 +1677,12 @@ int32_t GenericPluginTy::isPluginCompatible(StringRef Image) {
return HandleError(std::move(Err));
return *MatchOrErr;
}
+ case file_magic::offload_binary: {
----------------
adurang wrote:
See here #185663. If that's reasonable I'll base this PR on that one and move the logic to L0.
https://github.com/llvm/llvm-project/pull/185404
More information about the llvm-commits
mailing list