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 262160a commit e1df9e9Copy full SHA for e1df9e9
sycl/test-e2e/GroupLocalMemory/group_local_memory.cpp
@@ -3,7 +3,9 @@
3
//
4
// XFAIL: hip_nvidia
5
6
-#include <sycl/sycl.hpp>
+#include <sycl/detail/core.hpp>
7
+
8
+#include <sycl/ext/oneapi/group_local_memory.hpp>
9
10
#include <cassert>
11
#include <vector>
sycl/test-e2e/GroupLocalMemory/no_early_opt.cpp
@@ -8,7 +8,9 @@
// code optimizations disabled (the implementation relies on inlining these
// functions regardless of device code optimization settings).
12
13
14
15
16
0 commit comments