Skip to content

Commit 209a5b7

Browse files
committed
Add TODOs to remove diagnostic once feature is supported
1 parent f231a26 commit 209a5b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sycl/include/sycl/ext/oneapi/experimental/work_group_memory.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ class __SYCL_SPECIAL_CLASS __SYCL_TYPE(work_group_memory) work_group_memory
4949
// At the moment we do not have a way to set properties nor property values to
5050
// set for work group memory. So, we check here for diagnostic purposes that
5151
// 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.
5254
void check_props_empty() const {
5355
static_assert(std::is_same_v<PropertyListT, empty_properties_t> &&
5456
"Work group memory class does not support properties yet!");

0 commit comments

Comments
 (0)