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

support slot_feature, storage and loading #8

Merged
merged 3 commits into from
May 28, 2022
Merged

support slot_feature, storage and loading #8

merged 3 commits into from
May 28, 2022

Conversation

huwei02
Copy link
Collaborator

@huwei02 huwei02 commented May 27, 2022

PR types

PR changes

Describe

g.feature_size * sizeof(int64_t));
PADDLE_ENFORCE_EQ(cudaStatus, cudaSuccess,
platform::errors::InvalidArgument(
"ailed to allocate memory for graph on gpu "));
Copy link
Collaborator

Choose a reason for hiding this comment

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

graph 改成 graph-feature吧,避免debug的时候歧义

g.feature_size * sizeof(uint8_t));
PADDLE_ENFORCE_EQ(cudaStatus, cudaSuccess,
platform::errors::InvalidArgument(
"ailed to allocate memory for graph on gpu "));
Copy link
Collaborator

Choose a reason for hiding this comment

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

同上

@huwei02 huwei02 merged commit 9f8d4c2 into xuewujiao:gpugraph May 28, 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