Skip to content

Commit

Permalink
update docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
jnke2016 committed Sep 6, 2024
1 parent 891fe40 commit 2e5b0ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/src/prims/per_v_pair_dst_nbr_intersection.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -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 <typename GraphViewType, typename VertexPairIterator>
std::tuple<rmm::device_uvector<size_t>, rmm::device_uvector<typename GraphViewType::vertex_type>>
Expand Down

0 comments on commit 2e5b0ff

Please sign in to comment.