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

graphsnapshot #7842

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

graphsnapshot #7842

wants to merge 1 commit into from

Conversation

NoakLiu
Copy link

@NoakLiu NoakLiu commented Nov 29, 2024

GraphSnapShot is a framework for caching local structure for fast and efficient graph learning. It can achieve fast storage, retrieval and computation for graph learning at large scale. It can quickly store and update the local topology of graph structure, just like take snapshots of the graphs.

Motivation: #7841
Paper: https://arxiv.org/abs/2406.17918
Code implementation: https://github.com/NoakLiu/GraphSnapShot
DGL acceleration module: https://github.com/NoakLiu/GraphSnapShot/tree/main/examples/dgl/dgl_cache_struct
DGL test module: https://github.com/NoakLiu/GraphSnapShot/tree/main/examples/dgl/acceleration_tests_dgl

GraphSnapShot is a framework for caching local structure for fast and efficient graph learning. It can achieve fast storage, retrieval and computation for graph learning at large scale. It can quickly store and update the local topology of graph structure, just like take snapshots of the graphs.

Motivation: dmlc#7841
Paper: https://arxiv.org/abs/2406.17918
Code implementation: https://github.com/NoakLiu/GraphSnapShot
DGL acceleration module: https://github.com/NoakLiu/GraphSnapShot/tree/main/examples/dgl/dgl_cache_struct
DGL test module: https://github.com/NoakLiu/GraphSnapShot/tree/main/examples/dgl/acceleration_tests_dgl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant