-
Notifications
You must be signed in to change notification settings - Fork 347
first copy of general cugraph tutorial. #4396
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
f86b0fb
first copy of general cugraph tutorial.
acostadon 309bbfb
corrections from review
acostadon a1a1e58
fixes per review and adding reference to test and notebook examples.
acostadon d555675
changed minor wording
acostadon 0462456
fixed another typo
acostadon c7e28a4
Merge branch 'branch-24.06' into basic_tutorial
acostadon 1d1f6cf
Merge branch 'branch-24.06' into basic_tutorial
acostadon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| ## Required hardware/software | ||
|
|
||
| CuGraph is part of [Rapids](https://docs.rapids.ai/user-guide) | ||
| It has the following system requirements | ||
acostadon marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| * NVIDIA GPU, Volta architecture or later, with [compute capability](https://developer.nvidia.com/cuda-gpus) 7.0+ | ||
| * CUDA 11.2, 11.4, 11.5, 11.8, 12.0 or 12.2 | ||
| * Python version 3.9, 3.10, or 3.11 | ||
| * NetworkX >= version 3.0 (version 3.3 or higher recommended) **This if for use of nx-cuGraph, [see below](#cugraph-using-networkx-code).** | ||
acostadon marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| ## Installation | ||
| The latest RAPIDS System Requirements documentation is located [here](https://docs.rapids.ai/install#system-req) | ||
| This includes several ways to set up for cuGraph | ||
| * From Unix | ||
| * [Conda](https://docs.rapids.ai/install#wsl-conda) | ||
| * [Docker](https://docs.rapids.ai/install#wsl-docker) | ||
| * [pip](https://docs.rapids.ai/install#wsl-pip) | ||
| * To use RAPIDS in windows you must install [WSL2](https://learn.microsoft.com/en-us/windows/wsl/install) | ||
| * [Conda](https://docs.rapids.ai/install#wsl-conda) | ||
| * [Docker](https://docs.rapids.ai/install#wsl-docker) | ||
| * [pip](https://docs.rapids.ai/install#wsl-pip) | ||
| Build From Source | ||
|
|
||
| ## CuGraph Using NetworkX Code | ||
| While the steps above are required to use the full suite of cuGraph graph analytics, cuGraph is now supported as a NetworkX backend using [nx-cugraph](https://docs.rapids.ai/api/cugraph/nightly/nx_cugraph/nx_cugraph/). | ||
| This is much simpler but limits users to the current but growing list of suppored algorithms. | ||
acostadon marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
|
|
||
| ## Cugraph API demo | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.