https://github.com/feifeibear/sparse-collective-operations
https://github.com/feifeibear/sparse-collective-operations
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/feifeibear/sparse-collective-operations
- Owner: feifeibear
- Created: 2018-02-03T01:47:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-05T06:48:33.000Z (over 7 years ago)
- Last Synced: 2025-01-23T00:41:16.062Z (5 months ago)
- Language: C++
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```