-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Update global_value_getter_setter.cc #61273
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
Conversation
| REGISTER_PUBLIC_GLOBAL_VAR(FLAGS_rpc_get_thread_num); | ||
| REGISTER_PUBLIC_GLOBAL_VAR(FLAGS_rpc_prefetch_thread_num); | ||
| #endif | ||
| // #ifdef PADDLE_WITH_DISTRIBUTE |
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.
Please remove useless codes instead of commenting them.
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.
已修改
| // #ifdef PADDLE_WITH_DISTRIBUTE | ||
| // REGISTER_PUBLIC_GLOBAL_VAR(FLAGS_rpc_get_thread_num); | ||
| // REGISTER_PUBLIC_GLOBAL_VAR(FLAGS_rpc_prefetch_thread_num); | ||
| // #endif |
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.
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.
已修改
PR types
Others
PR changes
Others
Description
Fix PADDLE_WITH_DITRIBUTE PADDLE_WITH_DISTRIBUTE
注释没有使用代码,如果开启CI错误