Graphs and resources#
RAII-stye Graph class for use with single-GPU APIs that manages the individual create/free calls and the corresponding cugraph_graph_t pointer. |
|
RAII-stye Graph class for use with multi-GPU APIs that manages the individual create/free calls and the corresponding cugraph_graph_t pointer. |
|
RAII-stye resource handle class to manage individual create/free calls and the corresponding pointer to a cugraph_resource_handle_t |
|
Class wrapper around C cugraph_graph_properties_t struct |
|
This class wraps a cugraph_rng_state_t instance, which represents a random state. |