Skip to content

nusislam/rccl-rdma-sharp-plugins

 
 

Repository files navigation

rccl-rdma-sharp-plugins

rccl-rdma-sharp plugin enables RDMA and Switch based collectives(SHARP) with AMD's RCCL library

Overview

Requirements

  • MOFED
  • HIP
  • SHARP
  • RCCL

Build Instructions

build system requirements

  • HIP
  • SHARP
  • MOFED

Plugin uses GNU autotools for its build system. You can build it as follows:

$ ./autogen.sh
$ ./configure
$ make
$ make install

The following flags enabled to build with custom dependencies

  --with-verbs=PATH       Path to non-standard libibverbs installation
  --with-sharp=PATH       Path to non-standard SHARP installation
  --with-hip=PATH        Path to non-standard HIP installation

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 82.6%
  • Shell 12.3%
  • M4 4.5%
  • Makefile 0.6%