Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 147 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 147 Bytes

all-reduce

A simple distributed all reduce example for gpus.

build

mkdir build
cmake -DCMAKE_BUILD_TYPE=Release ../../all-reduce
make