[llvm] [OFFLOAD] Add plugin with support for Intel oneAPI Level Zero (PR #158900)

Alex Duran via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 21 10:35:10 PDT 2025


================
@@ -0,0 +1,73 @@
+if(NOT LIBOMPTARGET_DEP_LEVEL_ZERO_FOUND)
+  return()
+endif()
----------------
adurang wrote:

This statement is actually unnecessary (a leftover of how it used to work before). If we ever get here it will be built. I'll remove it.

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


More information about the llvm-commits mailing list