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

Joseph Huber via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 18 13:20:25 PDT 2025


================
@@ -89,4 +89,25 @@ if(LIBOMPTARGET_AMDGPU_ARCH)
   endif()
 endif()
 
+################################################################################
+# Looking for Level0
+################################################################################
+message(STATUS "Looking for Level0 includes.")
----------------
jhuber6 wrote:

Leftover debugging? We don't report any of this for the other targets because it's expected to work whether it's found or not.

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


More information about the llvm-commits mailing list