Skip to content

Commit

Permalink
Add a TODO note to revert the current PR in future work
Browse files Browse the repository at this point in the history
  • Loading branch information
PointKernel committed Aug 16, 2024
1 parent dc8235a commit b6c06ac
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -649,6 +649,7 @@ class open_addressing_impl {
auto d_num_out = reinterpret_cast<size_type*>(
std::allocator_traits<temp_allocator_type>::allocate(temp_allocator, sizeof(size_type)));

// TODO: PR #580 to be reverted once https://github.com/NVIDIA/cccl/issues/1422 is resolved
for (cuco::detail::index_type offset = 0;
offset < static_cast<cuco::detail::index_type>(this->capacity());
offset += stride) {
Expand Down

0 comments on commit b6c06ac

Please sign in to comment.