Skip to content

Commit becac46

Browse files
committed
fix error in documentation
1 parent 0e906aa commit becac46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpp/include/cugraph/algorithms.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1387,6 +1387,7 @@ random_walks(raft::handle_t const& handle,
13871387
* @tparam multi_gpu Flag indicating whether template instantiation should target single-GPU (false)
13881388
* or multi-GPU (true).
13891389
* @param handle RAFT handle object to encapsulate resources (e.g. CUDA stream, communicator, and
1390+
* handles to various CUDA libraries) to run graph algorithms.
13901391
* @param graph_view Graph view object.
13911392
* @param components Pointer to the output component ID array.
13921393
* @param do_expensive_check A flag to run expensive checks for input arguments (if set to `true`).

0 commit comments

Comments
 (0)