Skip to content

Commit

Permalink
Upate doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
Naim committed Jan 8, 2024
1 parent 94faf51 commit b89dc11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/include/cugraph/detail/shuffle_wrappers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ shuffle_ext_vertex_value_pairs_to_local_gpu_by_vertex_partitioning(
* @param[in] handle RAFT handle object to encapsulate resources (e.g. CUDA stream, communicator,
* and handles to various CUDA libraries) to run graph algorithms.
* @param[in] rng_state The RngState instance holding pseudo-random number generator state.
* @param[in] local_range_size size of local range in the current GPU.
* @param[in] local_start start of the local range in the current GPU.
* @param[in] local_range_size Size of local range assigned to this process.
* @param[in] local_start Start of local range assigned to this process.
*
* @return permuted range.
*/
Expand Down

0 comments on commit b89dc11

Please sign in to comment.