nvidia-nccl-cu11
NVIDIA Collective Communication Library (NCCL) Runtime
What it is and what it does
This package bundles NVIDIA's Collective Communication Library (NCCL) runtime for CUDA 11, implementing collective communication routines like all-reduce, all-gather, reduce, broadcast, and reduce-scatter. It has been optimized to achieve high bandwidth on any platform using PCIe, NVLink, NVswitch, as well as networking using InfiniBand Verbs or TCP/IP sockets. The package is not a standalone library you call directly from Python; instead, it serves as a runtime dependency for frameworks that need to coordinate computation across multiple GPUs.
Because this is a platform-specific wheel (manylinux2014 x86_64 only) and the package has been dormant for 863 days with no recent maintenance, it is primarily useful for legacy projects already pinned to CUDA 11. New projects should evaluate whether a current CUDA version and its corresponding NCCL package better suit their needs.
Use it for:
- Provide the NCCL runtime for distributed deep learning frameworks on CUDA 11 systems.
- Support legacy production deployments that are locked to CUDA 11 and need the matching NCCL library.
- Enable multi-GPU collective communication on systems using PCIe, NVLink, NVswitch, or InfiniBand.
- Facilitate research or development on multi-GPU systems where collective communication is critical.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides NVIDIA's collective communication library (NCCL) runtime for GPU-accelerated all-reduce, all-gather, reduce, broadcast, and reduce-scatter operations optimized for CUDA 11.
Yes, but only if you are locked to CUDA 11 and require NCCL for multi-GPU work. The package is dormant and will not receive updates, so it is suitable only for stable, legacy deployments. If you are starting a new project, prefer a current CUDA version and its corresponding NCCL package instead. Verify NVIDIA's licensing terms before production use.
Install
nvidia-nccl-cu11 on PyPI
pip
pip install nvidia-nccl-cu11uv
uv add nvidia-nccl-cu11poetry
poetry add nvidia-nccl-cu11Installing nvidia-nccl-cu11
Before you install
Medium install friction due to platform-specific wheel (manylinux2014 x86_64). Package is dormant—last release was 863 days ago—so expect no active maintenance or bug fixes going forward.
License in practice
Licensed under NVIDIA Proprietary Software with unclear treatment. Review NVIDIA's licensing terms before deploying in production or redistributing.
Quickstart
pip install nvidia-nccl-cu11==2.21.5
# Typically imported indirectly through frameworks that depend on this runtime
Requires NVIDIA CUDA 11 and compatible GPU hardware; x86_64 Linux only (manylinux2014 wheel). Not a standalone Python library—used as a runtime dependency.
Verify before relying
- Whether this package is still the recommended way to install NCCL for CUDA 11, or if newer CUDA versions have superseded it.
- Compatibility with specific framework versions that depend on this NCCL runtime.
- How to invoke NCCL primitives directly from Python code using this package.
Package facts
| License | NVIDIA Proprietary Software (unclear) |
| Python support | supports the current Python release (>=3) |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | none |
| Maintenance | dormant — 863 days since the last release |
| First released | |
| Downloads | 1,472,815/month — #3,865 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: nvidia_nccl_cu11-2.21.5-py3-none-manylinux2014_x86_64.whl
Keywords: cuda, nvidia, runtime, machine learning, deep learning
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
nvidia-nccl-cu12Provides NVIDIA's NCCL runtime library for GPU…
unclear · top 1,000 on PyPI
nvidia-nccl-cu13Provides NVIDIA's Collective Communication…
unclear · top 1,000 on PyPI
nccl4pynccl4py provides Python bindings to NVIDIA's…
permissive · top 15,000 on PyPI
nvidia-cuda-runtime-cu11Provides CUDA 11 runtime native libraries for…
unclear · top 5,000 on PyPI
nvidia-cudnn-cu11Provides cuDNN runtime libraries for…
unclear · top 5,000 on PyPI
nvidia-cusolver-cu11Provides NVIDIA CUDA solver native runtime…
unclear · top 5,000 on PyPI
nvidia-curand-cu11Provides NVIDIA CURAND native runtime libraries…
unclear · top 5,000 on PyPI
nvidia-cuda-cccl-cu12Provides NVIDIA's CUDA C++ Core Compute…
unclear · top 15,000 on PyPI
nvidia-nvshmem-cu12NVSHMEM provides a global address space for GPU…
unclear · top 5,000 on PyPI
nvidia-nvshmem-cu13NVSHMEM provides a global address space for GPU…
unclear · top 1,000 on PyPI