-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
dump to cpu #30750
dump to cpu #30750
Conversation
Thanks for your contribution! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
} | ||
|
||
// template <typename KeyType, typename ValType, typename GradType> | ||
// void HeterComm<KeyType, ValType, GradType>::dump_to_cpu(int index) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
后续可以把注释删掉
@@ -72,6 +73,10 @@ class HeterComm { | |||
return ((send_id / 4 != receive_id / 4) && (send_id + 4) % 8 != receive_id); | |||
} | |||
|
|||
// void dump_to_cpu(int index); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
后续可以把注释删掉
* dump to cpu * format * format * format
PR types
New features
PR changes
Others
Describe
支持dump gpu table到cpu