[llvm] [offload][l0] Implement context groups and add actual L0 driver version to info (PR #217562)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 20 23:57:02 PDT 2026
Jan =?utf-8?q?Trusiłło?= <jan.trusillo at intel.com>,
Jan =?utf-8?q?Trusiłło?= <jan.trusillo at intel.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/217562 at github.com>
================
@@ -6,13 +6,25 @@
//
//===----------------------------------------------------------------------===//
+#include <common/unittests_helper.hpp>
+
+#include <detail/platform_impl.hpp>
+#include <sycl/__impl/detail/obj_utils.hpp>
#include <sycl/sycl.hpp>
+#include <gmock/gmock.h>
#include <gtest/gtest.h>
+#include <array>
+#include <cstdint>
+#include <tuple>
----------------
Robertkq wrote:
maybe it's implicitly used somehow, but I don't see direct access to `tuple` or tuple-like syntax, I might just be missing it though
https://github.com/llvm/llvm-project/pull/217562
More information about the llvm-commits
mailing list