We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e876532 commit 8a33df3Copy full SHA for 8a33df3
sycl/test-e2e/ProfilingTag/common.hpp
@@ -1,6 +1,8 @@
1
#pragma once
2
3
-#include <sycl/sycl.hpp>
+#include <sycl/builtins.hpp>
4
+#include <sycl/detail/core.hpp>
5
+#include <sycl/ext/oneapi/experimental/profiling_tag.hpp>
6
7
#define CHECK(Counter, Check) \
8
if (!(Check)) { \
0 commit comments