Skip to content

Commit

Permalink
Add TODO reminder
Browse files Browse the repository at this point in the history
  • Loading branch information
PointKernel committed Sep 26, 2023
1 parent 2fa3810 commit 9e29ea7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/cuco/detail/open_addressing_ref_impl.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ class open_addressing_ref_impl {
ProbingScheme>,
"ProbingScheme must inherit from cuco::detail::probing_scheme_base");

// TODO: how to re-enable this check?
// static_assert(is_window_extent_v<typename StorageRef::extent_type>,
// "Extent is not a valid cuco::window_extent");

public:
using key_type = Key; ///< Key type
using probing_scheme_type = ProbingScheme; ///< Type of probing scheme
Expand Down

0 comments on commit 9e29ea7

Please sign in to comment.