From a658b29d0cb1585c958f4cd171a4a8688eeab573 Mon Sep 17 00:00:00 2001 From: jnke2016 Date: Tue, 10 Sep 2024 10:02:43 -0700 Subject: [PATCH] remove comments --- cpp/src/sampling/neighbor_sampling_impl.hpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cpp/src/sampling/neighbor_sampling_impl.hpp b/cpp/src/sampling/neighbor_sampling_impl.hpp index bde467b9407..3c24aaa1dc7 100644 --- a/cpp/src/sampling/neighbor_sampling_impl.hpp +++ b/cpp/src/sampling/neighbor_sampling_impl.hpp @@ -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