From 0a41464583846805b92ef7afbc030aeb890de40f Mon Sep 17 00:00:00 2001 From: Charles Hastings Date: Thu, 30 Nov 2023 12:54:42 -0800 Subject: [PATCH] add FIXME for something I noticed in code --- cpp/src/structure/detail/structure_utils.cuh | 1 + 1 file changed, 1 insertion(+) diff --git a/cpp/src/structure/detail/structure_utils.cuh b/cpp/src/structure/detail/structure_utils.cuh index c49b62e4543..7630d5855a0 100644 --- a/cpp/src/structure/detail/structure_utils.cuh +++ b/cpp/src/structure/detail/structure_utils.cuh @@ -524,6 +524,7 @@ std::tuple> 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(),