Skip to content
New issue

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

[DOC]: Create a how-to for running cuGraph with multiple GPU's #14

Open
Tracked by #13
acostadon opened this issue Dec 1, 2022 · 1 comment
Open
Tracked by #13
Assignees
Labels
doc Improvements or additions to documentation

Comments

@acostadon
Copy link
Contributor

acostadon commented Dec 1, 2022

Describe the future/missing documentation

Within the new doc pages, create a document that explains how-to run graph algorithms on MNMG.
Discuss:

  • How to setup DASK on single node
  • How to setup DASK on multiple nodes
  • What are all the DASK parameters

Where have you looked?

https://docs.rapids.ai/api/cugraph/stable/api_docs/dask-cugraph.html
https://docs.rapids.ai/api/cugraph/stable/api_docs/helper_functions.html

@acostadon acostadon added the doc Improvements or additions to documentation label Dec 1, 2022
@acostadon acostadon self-assigned this Dec 1, 2022
@acostadon
Copy link
Contributor Author

acostadon commented Feb 22, 2023

  • Show how to set up both multi-gpu and multi-node-multi-GPU Explain scale
  • Explain dask and link to the dask documentation
  • Explain raft and its role, link to raft documentation
    and Link to datasets that are appropriate size to exploit multiple GPU
  • Demonstrate and link to nvidia-smi usage.
  • Show example of creating and using a multi-gpu cugraph.
  • Explain running an algorithm, Link to available algorithms and API
  • Explain compute and other dask specific functions.
  • Link to functioning notebook in github
  • Add links to cugraph mg API and relevant code/tests examples

@acostadon acostadon transferred this issue from rapidsai/cugraph May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant