You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.
Arjun Bansal edited this page Mar 9, 2016
·
5 revisions
Currently, neon supports several flavors of data parallelism on the Nervana Cloud. These include:
multi-GPU within node, synchronous, peer to peer (p2p-sync)
multi-GPU across nodes, synchronous, peer to peer (p2p-sync)
multi-GPU across nodes, synchronous, parameter server based (ps-sync)
multi-GPU across nodes, asynchronous, parameter server based (ps-async)
In addition, Nervana's custom hardware will have much better support for model parallelism compared to GPUs thanks to higher speed interconnects between chips.