[llvm] [OFFLOAD] Add plugin with support for Intel oneAPI Level Zero (PR #158900)
Kevin Sala Penades via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 24 18:06:06 PDT 2025
================
@@ -16,17 +16,93 @@
#include <list>
#include <memory>
#include <mutex>
+#include <type_traits>
+
+template <typename ObjectType> struct PerThread {
----------------
kevinsala wrote:
What are the uses of TLS data in the L0 plugin? I've seen uses for the staging buffers, for instance. A list of uses of TLS would be appreciated.
https://github.com/llvm/llvm-project/pull/158900
More information about the llvm-commits
mailing list