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

[FEA] Buffered and In-Memory Sampling #4628

Open
wants to merge 13 commits into
base: branch-24.10
Choose a base branch
from

Conversation

alexbarghi-nv
Copy link
Member

@alexbarghi-nv alexbarghi-nv commented Aug 22, 2024

Adds support for buffered sampling, and supports in-memory sampling as a form of buffered sampling. Also separates the sample readers and sample writers into their own files to make the code easier to read.

Adds support for buffered in-memory sampling in cuGraph-PyG. Updates the PyG examples to add in-memory sampling as an option.

Also fixes a bug where COO output of the distributed sampler (which is rarely used) was overwriting previous batches.

Based on benchmarks on H100, buffered in-memory sampling is 3.2x faster than disk sampling. This results in an overall speedup of 1.25x. This speedup is consistent on SG, MG, and MNMG up to 16 GPUs for ogb-papers100M.

Closes rapidsai/cugraph-gnn#14

@alexbarghi-nv alexbarghi-nv self-assigned this Aug 22, 2024
@alexbarghi-nv alexbarghi-nv added feature request New feature or request non-breaking Non-breaking change and removed python labels Aug 22, 2024
@alexbarghi-nv alexbarghi-nv added breaking Breaking change and removed non-breaking Non-breaking change labels Aug 28, 2024
@alexbarghi-nv alexbarghi-nv marked this pull request as ready for review August 28, 2024 16:01
@alexbarghi-nv alexbarghi-nv requested a review from a team as a code owner August 28, 2024 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Breaking change feature request New feature or request python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEA] Support Some Form of In-Memory Sampling
1 participant