-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
[Feature] one ps (2/4) #29560
[Feature] one ps (2/4) #29560
Conversation
Change-Id: I7c7b144e121bbce9e1b1b4c60bf8c64e718d1593
Thanks for your contribution! |
Change-Id: Iaa710ff34a1810123a29409d632890e64d743c58
Change-Id: I424c548b1f6dcdbd52867a888a5ce0c45cad9f36
Change-Id: Ie07daace3f6877e8a0e53db03df07c034999e0bb
Change-Id: I53fc37b1cc0022c75f3ec2deaebde1eb3928e5a0
Change-Id: I7e40479137290802eea212c1e90e41d7fee68a5c
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
virtual std::future<int32_t> send_client2client_msg(int msg_type, | ||
int to_client_id, | ||
const std::string &msg) { | ||
LOG(FATAL) << "Did not implement"; |
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完善
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
* add service, remove ut on mac * fix heter_profiler & add heter stop method * fix code style
* add service, remove ut on mac * fix heter_profiler & add heter stop method * fix code style
* add ps table (#29463) * add ps table Change-Id: I468a04bd071d21ff52654926fcf4d5f3da19e178 * add service (#29560) * add service, remove ut on mac * fix heter_profiler & add heter stop method * fix code style * merge pscore Change-Id: Ie7f60d1cdde6755a0c29db26863c6283e9843d57 * fix cmake Change-Id: I6773509a7b4ca79139ecc40b7bf3eb318ceff8bb * fix conflit Change-Id: I35575be0c96a8520f9d756ea7f1ff0b904a165ba * fix conflit Change-Id: Ic926ea0b0d67803226d51241397ba3b510226bfa
PR types
New features
PR changes
Others
Describe
2/4 for OnePS. Team work with @123malin @MrChengmo
PS整合方案(2/3)
本次合入: