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

split graph table #3

Merged
merged 41 commits into from
May 25, 2022
Merged

Conversation

seemingwang
Copy link
Collaborator

PR types

New features

PR changes

Others

Describe

split graph table

@@ -122,11 +122,12 @@ node_list[7]-> node_id:9, neighbor_size:1, neighbor_offset:14
node_list[8]-> node_id:17, neighbor_size:1, neighbor_offset:15
*/
struct NeighborSampleQuery {
int gpu_id;
int gpu_id, idx;
int64_t *key;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

是不是命名为src_nodes更好

@@ -122,11 +122,12 @@ node_list[7]-> node_id:9, neighbor_size:1, neighbor_offset:14
node_list[8]-> node_id:17, neighbor_size:1, neighbor_offset:15
*/
struct NeighborSampleQuery {
int gpu_id;
int gpu_id, idx;
int64_t *key;
int sample_size;
int len;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

len应该放在紧临src_nodes后面?这样更清楚的表示为src_nodes的长度

@xuewujiao xuewujiao merged commit fc28b23 into xuewujiao:gpugraph May 25, 2022
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.

3 participants