mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-05-12 17:26:04 +00:00
971 B
971 B
Quick Start
Prerequisites
- Azure SKUs
- ND_A100_v4
- NDm_A100_v4
- ND_H100_v5
- NC_A100_v4 (TBD)
- Non-Azure Systems
- NVIDIA A100 GPUs + CUDA >= 11.1.1
- NVIDIA H100 GPUs + CUDA >= 12.0.0
- OS: tested over Ubuntu 18.04 and 20.04
- Libraries: libnuma, GDRCopy (optional), MPI (optional)
Build from Source
$ git clone https://github.com/microsoft/mscclpp.git
$ mkdir -p mscclpp/build && cd mscclpp/build
$ cmake ..
$ make -j
Install from Source
# Install the generated headers and binaries to /usr/local
$ cmake --install . --prefix /usr/local
Install from Package
TBU
(Optional) Unit Tests
TBU