Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jnke2016 committed Sep 10, 2024
1 parent fe35c80 commit a658b29
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cpp/src/sampling/neighbor_sampling_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -279,11 +279,6 @@ neighbor_sample_impl(
}

++hop;


// aggregation here for each hope regardless of the type ****************************************************
// Genrate the mask for each type and store it for each iteration. mask vector at the beginning, populate that
// and within the inner loop, activate the right mask based and proceed.

if (hop < (*fan_out).size()) {
// FIXME: We should modify vertex_partition_range_lasts to return a raft::host_span
Expand Down

0 comments on commit a658b29

Please sign in to comment.