Skip to Content

nccl v2.4.6

Created
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

Unknown

# Supported Platforms

linux & x64

  • linux
  • osx
  • uwp
  • windows

# Features

No features defined.

# Dependencies

No transitive dependencies.

# Host Dependencies

No dependencies.

# Dependents

# Host Dependents

No dependents.

# Contributors

  • Jacob Kahn's avatar Jacob Kahn
  • Frank's avatar Frank

# 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)

# Source