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

Add nx-cugraph notebook for showing accelerated networkX APIs #3830

Merged
merged 26 commits into from
Oct 17, 2023
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
019c83e
Added initial notebook
betochimas Aug 18, 2023
e963968
Moving cells into a script
betochimas Aug 21, 2023
c5cb00e
Merge pull request #106 from betochimas/branch-23.10
betochimas Aug 22, 2023
2aae660
Added benchmarks
betochimas Aug 23, 2023
a961592
Merge branch 'rapidsai:branch-23.10' into cu-nx-notebook
betochimas Aug 23, 2023
8a4f31e
Added cugraph-nx demo notebook
betochimas Aug 28, 2023
a1d6721
Merging
betochimas Aug 28, 2023
3320a8a
Merge branch 'branch-23.10' into cu-nx-notebook
betochimas Aug 28, 2023
ef8378c
Modified notebook and removed direct cugraph import
betochimas Aug 29, 2023
7a77596
Merge branch 'branch-23.10' into cu-nx-notebook
betochimas Aug 30, 2023
f12fa67
Merge branch 'rapidsai:branch-23.10' into cu-nx-notebook
betochimas Sep 7, 2023
5ff40ea
Merge branch 'branch-23.10' into cu-nx-notebook
betochimas Sep 8, 2023
3448e4b
Merge branch 'branch-23.10' into cu-nx-notebook
betochimas Sep 9, 2023
6697a36
Address review feedback
betochimas Sep 9, 2023
24b054e
Merge branch 'branch-23.10' into cu-nx-notebook
betochimas Sep 22, 2023
6112a85
Merge remote-tracking branch 'upstream/branch-23.12' into cu-nx-notebook
rlratzel Oct 3, 2023
10086dc
Updates to show nx vs. nx-cugraph for betweenness_centrality.
rlratzel Oct 3, 2023
f17c93a
Updated pip install example and added note for it.
rlratzel Oct 13, 2023
43c19d9
Merge remote-tracking branch 'upstream/branch-23.12' into cu-nx-notebook
rlratzel Oct 13, 2023
8f0aead
Adds citation for dataset, formats benchmark hardware in a table.
rlratzel Oct 13, 2023
931c51b
Updates formatting for install section, adds link to additional info …
rlratzel Oct 13, 2023
e9a282a
Cleans up output for NX/CG comparison, explicitly runs GC prior to be…
rlratzel Oct 15, 2023
3a5ab3d
Merge remote-tracking branch 'upstream/branch-23.12' into cu-nx-notebook
rlratzel Oct 15, 2023
3513e60
Fixes several typos caught in code review.
rlratzel Oct 17, 2023
0de86c7
Merge remote-tracking branch 'upstream/branch-23.12' into cu-nx-notebook
rlratzel Oct 17, 2023
8c535e1
Uses NetworkX and networkx more consistently.
rlratzel Oct 17, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading