-
Notifications
You must be signed in to change notification settings - Fork 304
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
Reduce peak memory requirement in graph creation (part 1/2) #2070
Merged
rapids-bot
merged 13 commits into
rapidsai:branch-22.04
from
seunghwak:enh_mem_footprint
Feb 22, 2022
Merged
Reduce peak memory requirement in graph creation (part 1/2) #2070
rapids-bot
merged 13 commits into
rapidsai:branch-22.04
from
seunghwak:enh_mem_footprint
Feb 22, 2022
Commits on Feb 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for eefe729 - Browse repository at this point
Copy the full SHA eefe729View commit details -
Configuration menu - View commit details
-
Copy full SHA for 167b5ab - Browse repository at this point
Copy the full SHA 167b5abView commit details
Commits on Feb 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f06f32b - Browse repository at this point
Copy the full SHA f06f32bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6dceeab - Browse repository at this point
Copy the full SHA 6dceeabView commit details
Commits on Feb 15, 2022
-
split groupby_and_shuffle_edgelist to groupby_and_count and shuffle_e…
…dgelist to pass mem_frugal=true to limit the maximum allocation chunk size to avoid malloc failure due to fragmentation with the pool allocator
Configuration menu - View commit details
-
Copy full SHA for febd72d - Browse repository at this point
Copy the full SHA febd72dView commit details
Commits on Feb 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 48fa255 - Browse repository at this point
Copy the full SHA 48fa255View commit details -
Configuration menu - View commit details
-
Copy full SHA for 234a119 - Browse repository at this point
Copy the full SHA 234a119View commit details -
move counting unique local edge majors/mionrs inside the graph constr…
…uctor to limit peak memory usage
Configuration menu - View commit details
-
Copy full SHA for 95f2295 - Browse repository at this point
Copy the full SHA 95f2295View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15aeb4c - Browse repository at this point
Copy the full SHA 15aeb4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7102e0 - Browse repository at this point
Copy the full SHA e7102e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8c5178 - Browse repository at this point
Copy the full SHA d8c5178View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b544a6 - Browse repository at this point
Copy the full SHA 7b544a6View commit details
Commits on Feb 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for edd7cdd - Browse repository at this point
Copy the full SHA edd7cddView commit details
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.