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 f231a26 commit 209a5b7Copy full SHA for 209a5b7
sycl/include/sycl/ext/oneapi/experimental/work_group_memory.hpp
@@ -49,6 +49,8 @@ class __SYCL_SPECIAL_CLASS __SYCL_TYPE(work_group_memory) work_group_memory
49
// At the moment we do not have a way to set properties nor property values to
50
// set for work group memory. So, we check here for diagnostic purposes that
51
// the property list is empty.
52
+ // TODO: Remove this function and its occurrences in this file once properties
53
+ // have been created for work group memory.
54
void check_props_empty() const {
55
static_assert(std::is_same_v<PropertyListT, empty_properties_t> &&
56
"Work group memory class does not support properties yet!");
0 commit comments