Skip to content

Commit

Permalink
add FIXME for something I noticed in code
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHastings committed Nov 30, 2023
1 parent 6b0c710 commit 0a41464
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/src/structure/detail/structure_utils.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,7 @@ std::tuple<size_t, rmm::device_uvector<uint32_t>> mark_entries(raft::handle_t co
return word;
});

// FIXME: use detail::count_set_bits
size_t bit_count = thrust::transform_reduce(
handle.get_thrust_policy(),
marked_entries.begin(),
Expand Down

0 comments on commit 0a41464

Please sign in to comment.