DASK MG Helper functions#
Methods#
|
Initialize a communicator for multi-node/multi-gpu communications. |
Shuts down initialized comms and cleans up resources. |
|
Returns True if comms was initialized, False otherwise. |
|
Returns raft Comms instance |
|
Returns the workers in the Comms instance, or None if Comms is not initialized. |
|
Returns the sessionId for finding sessionstate of workers, or None if Comms is not initialized. |
|
Returns a tuple representing the 2D partition information: (prows, pcols, partition_type) |
|
Returns the default handle. |
|
|
Returns the handle from within the worker using the sessionstate. |
Returns the worker's sessionId from within the worker. |
|
Calculate the appropriate chunksize for dask_cudf.read_csv to get a number of partitions equal to the number of GPUs. |