Skip to content

Commit

Permalink
[SYCL][E2E] Fix include of sycl/sycl.hpp in profiling tag tests (inte…
Browse files Browse the repository at this point in the history
…l#13970)

An include of sycl/sycl.hpp snuck in with
intel#12838. This commit fixes this.

Signed-off-by: Larsen, Steffen <[email protected]>
  • Loading branch information
steffenlarsen committed May 30, 2024
1 parent e876532 commit 8a33df3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sycl/test-e2e/ProfilingTag/common.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#pragma once

#include <sycl/sycl.hpp>
#include <sycl/builtins.hpp>
#include <sycl/detail/core.hpp>
#include <sycl/ext/oneapi/experimental/profiling_tag.hpp>

#define CHECK(Counter, Check) \
if (!(Check)) { \
Expand Down

0 comments on commit 8a33df3

Please sign in to comment.