-
Notifications
You must be signed in to change notification settings - Fork 543
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
Priority-based Push and Pull #147
Conversation
This is an additional feature ps-lite has to support in order to implement priority-based parameter propagation in MXNet (JIRA ticket - https://issues.apache.org/jira/browse/MXNET-1294). |
c677efd
to
fbd2c51
Compare
Could you resolve the conflict? |
@anandj91 I noticed that you modified the Van base class, especially the new Push() interface. I want to understand whether this is backward compatible, e.g., with the recently merged RDMA Van? #151 IMHO, a cleaner implementation is to keep the Van base class unmodified (as much as possible), just inherit from it (or from ZMQVan) and create your own Van, e.g., P3Van. Users are free to use it or fall back to other options, by setting environmental variables. |
Messages sent based on a assigned priority Higher priority messages gets preference over lower priority ones Add environment variable for setting high water mark for zmq
@anandj91 The latest P3Van looks good! Thank you. |
Messages sent based on an assigned priority
Higher priority messages gets preference over lower priority ones