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 6bc951e commit 5a91bfaCopy full SHA for 5a91bfa
sycl/include/sycl/ext/oneapi/experimental/work_group_memory_forward_decl.hpp
@@ -0,0 +1,14 @@
1
+#pragma once
2
+#include <sycl/ext/oneapi/properties/properties.hpp>
3
+namespace sycl {
4
+inline namespace _V1 {
5
+namespace ext {
6
+namespace oneapi {
7
+namespace experimental {
8
+template <typename DataT, typename PropertiesT = empty_properties_t>
9
+class work_group_memory;
10
+} // namespace experimental
11
+} // namespace oneapi
12
+} // namespace ext
13
+} // namespace _V1
14
+} // namespace sycl
0 commit comments