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 8164ff2 commit 543aa6fCopy full SHA for 543aa6f
sycl/include/sycl/ext/oneapi/experimental/work_group_memory.hpp
@@ -55,8 +55,9 @@ class __SYCL_SPECIAL_CLASS __SYCL_TYPE(work_group_memory) work_group_memory
55
// special type to then call the __init method on it. This is purely an
56
// implementation detail and not part of the spec.
57
#ifdef __SYCL_DEVICE_ONLY__
58
- work_group_memory(const indeterminate_t &);
+ work_group_memory() = default;
59
#endif
60
+ work_group_memory(const indeterminate_t &);
61
work_group_memory(const work_group_memory &rhs) = default;
62
work_group_memory &operator=(const work_group_memory &rhs) = default;
63
template <typename T = DataT,
0 commit comments