From 2e5b0ff008a225dfc6a4ba9f795d75199d32c08b Mon Sep 17 00:00:00 2001 From: jnke2016 Date: Fri, 6 Sep 2024 11:32:58 -0700 Subject: [PATCH] update docstrings --- cpp/src/prims/per_v_pair_dst_nbr_intersection.cuh | 1 + 1 file changed, 1 insertion(+) diff --git a/cpp/src/prims/per_v_pair_dst_nbr_intersection.cuh b/cpp/src/prims/per_v_pair_dst_nbr_intersection.cuh index 6656b6661a4..690aa0d5427 100644 --- a/cpp/src/prims/per_v_pair_dst_nbr_intersection.cuh +++ b/cpp/src/prims/per_v_pair_dst_nbr_intersection.cuh @@ -40,6 +40,7 @@ namespace cugraph { * @param vertex_pair_first Iterator pointing to the first (inclusive) input vertex pair. * @param vertex_pair_last Iterator pointing to the last (exclusive) input vertex pair. * @param A flag to run expensive checks for input arguments (if set to `true`). + * @return std::tuple Tuple of intersection offsets and indices. */ template std::tuple, rmm::device_uvector>