Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

102 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages