Skip to content

Commit 3e4c73c

Browse files
committed
Replace sycl.hpp with core.hpp in the includes of E2E test
1 parent f6515bc commit 3e4c73c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sycl/test-e2e/WorkGroupMemory/invalid_usage.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
// RUN: %{build} -o %t.out
22
// RUN: %{run} %t.out
33
#include <cassert>
4-
#include <sycl/sycl.hpp>
4+
#include <sycl/detail/core.hpp>
5+
#include <sycl/ext/oneapi/experimental/work_group_memory.hpp>
56
using namespace sycl::ext::oneapi::experimental;
67

78
// As per the spec, a work_group_memory object cannot be used in a single task

0 commit comments

Comments
 (0)