We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e906aa commit becac46Copy full SHA for becac46
cpp/include/cugraph/algorithms.hpp
@@ -1387,6 +1387,7 @@ random_walks(raft::handle_t const& handle,
1387
* @tparam multi_gpu Flag indicating whether template instantiation should target single-GPU (false)
1388
* or multi-GPU (true).
1389
* @param handle RAFT handle object to encapsulate resources (e.g. CUDA stream, communicator, and
1390
+ * handles to various CUDA libraries) to run graph algorithms.
1391
* @param graph_view Graph view object.
1392
* @param components Pointer to the output component ID array.
1393
* @param do_expensive_check A flag to run expensive checks for input arguments (if set to `true`).
0 commit comments