[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 Oct 16 10:07:34 PDT 2025


================
@@ -16,17 +16,93 @@
 #include <list>
 #include <memory>
 #include <mutex>
+#include <type_traits>
----------------
jhuber6 wrote:

Would it be possible to move all these changes to a separate PR? You mentioned it's used for interop so it would probably be easier to get that in first.

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


More information about the llvm-commits mailing list