Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.06 KB

File metadata and controls

26 lines (20 loc) · 1.06 KB

RapidsMPF

Collection of multi-GPU, distributed memory algorithms. RapidsMPF provides a unified framework for asynchronous, multi-GPU pipelines using simple streaming primitives built on RAPIDS components.

Documentation

Build from Source

git clone https://github.com/rapidsai/rapidsmpf.git
cd rapidsmpf
mamba env create --name rapidsmpf-dev --file conda/environments/all_cuda-133_arch-$(uname -m).yaml
./build.sh

See the Getting Started guide for debug builds, AddressSanitizer, MPI/UCX test suites, and rrun launcher details.