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 a34b463 commit 65a8e23Copy full SHA for 65a8e23
sycl/include/sycl/ext/oneapi/experimental/work_group_memory.hpp
@@ -57,7 +57,7 @@ class __SYCL_SPECIAL_CLASS __SYCL_TYPE(work_group_memory) work_group_memory
57
#ifdef __SYCL_DEVICE_ONLY__
58
work_group_memory() = default;
59
#endif
60
- work_group_memory(const indeterminate_t &);
+ work_group_memory(const indeterminate_t &indeterminate) {};
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