Skip to content

LuxDL/NCCL.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NCCL.jl

codecov

A Julia wrapper for the NVIDIA Collective Communications Library (NCCL). NCCL is an NVIDIA library for multi-GPU and multi-node communication, optimized for NVIDIA GPUs. The API is designed to be similar to that of MPI, but there are some differences. For example, unlike CUDA-aware MPI, NCCL can drive multiple devices per process. You can read more about how NCCL compares with MPI here, and in fact the two can be used together.

NCCL is used internally in several other CUDA libraries, for example cusolverMp.

About

A Julia wrapper for the NVIDIA Collective Communications Library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Julia 100.0%