Skip to content

Commit

Permalink
Removed reference to hard limit of 2 billion vertices for dask cugraph (
Browse files Browse the repository at this point in the history
#2680)

Closes #2476

Authors:
  - Don Acosta (https://github.com/acostadon)

Approvers:
  - Brad Rees (https://github.com/BradReesWork)

URL: #2680
  • Loading branch information
acostadon authored Sep 12, 2022
1 parent aabda42 commit 6997114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cugraph/source/api_docs/dask-cugraph.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Multi-GPU with cuGraph
~~~~~~~~~~~~~~~~~~~~~~

cuGraph supports multi-GPU leveraging `Dask <https://dask.org>`_. Dask is a flexible library for parallel computing in Python which makes scaling out your workflow smooth and simple. cuGraph also uses other Dask-based RAPIDS projects such as `dask-cuda <https://github.com/rapidsai/dask-cuda>`_. The maximum graph size is currently limited to 2 Billion vertices (to be waived in the next versions).
cuGraph supports multi-GPU leveraging `Dask <https://dask.org>`_. Dask is a flexible library for parallel computing in Python which makes scaling out your workflow smooth and simple. cuGraph also uses other Dask-based RAPIDS projects such as `dask-cuda <https://github.com/rapidsai/dask-cuda>`_.

Distributed graph analytics
===========================
Expand Down

0 comments on commit 6997114

Please sign in to comment.