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

[GraphBolt][CUDA] Incremental GPU graph caching. #7470

Merged
merged 25 commits into from
Jun 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
0c0f115
[GraphBolt][CUDA] Incremental GPU graph caching.
mfbalin Jun 20, 2024
2a74efc
fix the replace fnction
mfbalin Jun 20, 2024
8f170b9
make progress on python side
mfbalin Jun 20, 2024
66c9336
add test file, rename to gpu_graph_cache.py
mfbalin Jun 20, 2024
bba8975
Implementation working now.
mfbalin Jun 20, 2024
58302d4
linting
mfbalin Jun 21, 2024
58bfe3c
make num_nodes argument unnecessary.
mfbalin Jun 21, 2024
bade092
early stop if there is not enough space
mfbalin Jun 21, 2024
d8fa4f0
add shortcut for when there is no miss.
mfbalin Jun 21, 2024
d251473
map capacity resize improvement.
mfbalin Jun 21, 2024
bae7bcc
fix comment
mfbalin Jun 21, 2024
48221e2
address initial reviews.
mfbalin Jun 24, 2024
aeeb65f
Add comment on reassigning `threshold_`.
mfbalin Jun 24, 2024
2c4aef3
comment and rename static constants.
mfbalin Jun 24, 2024
a81ca24
add python doc for constructor.
mfbalin Jun 24, 2024
ed8d6b1
fix bug
mfbalin Jun 25, 2024
450ab00
address some reviews and optimize
mfbalin Jun 25, 2024
be19dd6
add doc
mfbalin Jun 25, 2024
08cc956
address more reviews by adding more doc.
mfbalin Jun 25, 2024
9ed6e9c
address reviews
mfbalin Jun 26, 2024
b2e10fc
Merge branch 'master' into gb_cuda_gpu_graph_cache
mfbalin Jun 26, 2024
968b1a8
address minor review comment.
mfbalin Jun 26, 2024
bb18427
Merge branch 'master' into gb_cuda_gpu_graph_cache
mfbalin Jun 26, 2024
5ed6d0c
Merge branch 'master' into gb_cuda_gpu_graph_cache
mfbalin Jun 26, 2024
494d7f9
Merge branch 'master' into gb_cuda_gpu_graph_cache
Rhett-Ying Jun 26, 2024
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
Loading