We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, we support using PyTorch DDP with RAFT along with dask.
See example: https://github.com/rapidsai/cugraph-gnn/blob/e6000e53f7b1a6bb0834d69e8d54a5af16583289/python/cugraph-pyg/cugraph_pyg/tests/loader/test_neighbor_loader_mg.py#L34-L58
We should similarly explore enabling this with a Ray GPU cluster
This involves using cugraph_nccl_comms in a Ray setting instead of PyTorch DDP / Dask
cugraph_nccl_comms
cugraph/python/cugraph/cugraph/gnn/comms/cugraph_nccl_comms.py
Lines 53 to 72 in 1ef3f56
pylibcugraph.MGGraph
https://github.com/rapidsai/cugraph-gnn/blob/e6000e53f7b1a6bb0834d69e8d54a5af16583289/python/cugraph-pyg/cugraph_pyg/data/graph_store.py#L141-L166
Call Connected Components, similar to:
cugraph/python/cugraph/cugraph/dask/components/connectivity.py
Lines 99 to 120 in d92c257
Write results to a parquet file.
CC: @BradReesWork , @quasiben , @ayushdg , @randerzander
The text was updated successfully, but these errors were encountered:
alexbarghi-nv
No branches or pull requests
Enable cuGraph workflow with Ray GPU Cluster
Currently, we support using PyTorch DDP with RAFT along with dask.
See example: https://github.com/rapidsai/cugraph-gnn/blob/e6000e53f7b1a6bb0834d69e8d54a5af16583289/python/cugraph-pyg/cugraph_pyg/tests/loader/test_neighbor_loader_mg.py#L34-L58
We should similarly explore enabling this with a Ray GPU cluster
This involves using
cugraph_nccl_comms
in a Ray setting instead of PyTorch DDP / Daskcugraph/python/cugraph/cugraph/gnn/comms/cugraph_nccl_comms.py
Lines 53 to 72 in 1ef3f56
Workflow to Test:
pylibcugraph.MGGraph
similar to:https://github.com/rapidsai/cugraph-gnn/blob/e6000e53f7b1a6bb0834d69e8d54a5af16583289/python/cugraph-pyg/cugraph_pyg/data/graph_store.py#L141-L166
Call Connected Components, similar to:
cugraph/python/cugraph/cugraph/dask/components/connectivity.py
Lines 99 to 120 in d92c257
Write results to a parquet file.
CC: @BradReesWork , @quasiben , @ayushdg , @randerzander
The text was updated successfully, but these errors were encountered: