[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:24 PDT 2025


================
@@ -16,17 +16,93 @@
 #include <list>
 #include <memory>
 #include <mutex>
+#include <type_traits>
+
+template <typename ObjectType> struct PerThread {
----------------
jhuber6 wrote:

Could you elaborate on what this is needed for and why the other targets don't need it?

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


More information about the llvm-commits mailing list