Skip to content

ncclv2.4.6

Updated

Optimized primitives for collective multi-GPU communication.

#Usage

The package nccl provides CMake variables:

find_package(NCCL REQUIRED)
target_link_libraries(main PRIVATE ${NCCL_LIBRARIES})
target_include_directories(main PRIVATE ${NCCL_INCLUDE_DIRS})

#License

Could not be determined

#Supported Platforms

linux & x64

  • linux
  • osx
  • uwp
  • windows

#Features

No features defined.

#Dependencies

No transitive dependencies.

#Host Dependencies

No dependencies.

#Used By

#Host Tool For

No ports use this.

#Contributors

  • Jacob Kahn's avatarJacob Kahn
  • Frank's avatarFrank

#Changelog

  • d7e919b[NCCL] Fix usage, add wrapper and install Find module file (#22031)
  • ac9da2c[nccl] Remove NCCL auto-download due to licensing issues (#17431)
  • 54c6351[nccl] New Port (#14683)