An open API service indexing awesome lists of open source software.

https://github.com/feifeibear/sparse-collective-operations


https://github.com/feifeibear/sparse-collective-operations

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# `Sparse Allreduce`
Sparse allreduce based on MPI

## Installation
```bash
make
#mpirun -np #nodes ./allreduce-test (cpu|gpu) Sparse_Ratio
mpirun -np 4 ./allreduce-test cpu 0.1
```