[llvm] [offload] Fix compatibility for level_zero 25.22.33944 (PR #214215)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 5 06:43:08 PDT 2026
================
@@ -306,6 +330,10 @@ ze_result_t ZE_APICALL zeInit(ze_init_flags_t flags) {
auto InitResult = dlwrap_zeInit(flags);
+ // Some functions might be present in loader but return
+ // ZE_ERROR
----------------
blazej-smorawski wrote:
Done
https://github.com/llvm/llvm-project/pull/214215
More information about the llvm-commits
mailing list