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 f6515bc commit 3e4c73cCopy full SHA for 3e4c73c
sycl/test-e2e/WorkGroupMemory/invalid_usage.cpp
@@ -1,7 +1,8 @@
1
// RUN: %{build} -o %t.out
2
// RUN: %{run} %t.out
3
#include <cassert>
4
-#include <sycl/sycl.hpp>
+#include <sycl/detail/core.hpp>
5
+#include <sycl/ext/oneapi/experimental/work_group_memory.hpp>
6
using namespace sycl::ext::oneapi::experimental;
7
8
// As per the spec, a work_group_memory object cannot be used in a single task
0 commit comments