Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Parallelism with neon on Nervana Cloud

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.

Relevant Literature