-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[GraphBolt][CUDA] Incremental GPU graph caching. #7470
Conversation
To trigger regression tests:
|
@frozenbugs let's land this PR and the followup PR before we release DGL 2.3. That way, we can say the new release has this major feature. |
daa9d36
to
3366909
Compare
3366909
to
58bfe3c
Compare
@Rhett-Ying CI failure output:
|
@mfbalin pls skip it. It's known issue |
I can not skip it. I don't have the permissions to merge into master when the CI does not clear. |
another test failure:
|
I've just made a change on CI and rebased this PR. let's see if it works well now. If not, I will merge it if other CI tests pass. |
The CI already passed: #7470 (comment) |
Co-authored-by: Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
Description
Follow up PR will add the dataloader logic so that the cache can be utilized for faster GPU sampling.
Checklist
Please feel free to remove inapplicable items for your PR.
Changes