nvidia-cudnn-cu11
cuDNN runtime libraries
What it is and what it does
nvidia-cudnn-cu11 is a runtime library distribution that bundles NVIDIA's cuDNN primitives for GPU-accelerated machine learning workloads on CUDA 11 hardware. It is a thin packaging layer that delivers precompiled cuDNN binaries—you import it to ensure the runtime libraries are available to downstream frameworks that depend on cuDNN for their GPU operations.
The package targets developers building or deploying deep learning applications on NVIDIA GPUs. It handles the complexity of distributing platform-specific binary libraries (separate wheels for Linux and Windows) and manages the dependency chain through nvidia-cublas-cu11. Installation requires a compatible NVIDIA GPU and drivers; the package itself is not a high-level API but rather a prerequisite that other libraries consume.
Use it for:
- Ensuring cuDNN primitives are available in containerized deep learning environments.
- Providing GPU-accelerated neural network operations for research or production ML pipelines.
- Bundling with custom CUDA applications that directly call cuDNN functions.
- Supporting deep learning frameworks that require cuDNN on CUDA 11 hardware.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides cuDNN runtime libraries for GPU-accelerated deep neural network operations on NVIDIA CUDA 11 hardware.
Yes, if you are building or deploying deep learning workloads on NVIDIA GPUs with CUDA 11 and your framework requires cuDNN. No, if you do not have compatible NVIDIA hardware or are using a different CUDA version. Be aware: the proprietary license terms are unclear in the fact sheet, so verify NVIDIA's licensing requirements for your use case before production deployment. The aging maintenance status (434 days) warrants checking whether CUDA 11 is still actively supported.
Install
nvidia-cudnn-cu11 on PyPI
pip
pip install nvidia-cudnn-cu11uv
uv add nvidia-cudnn-cu11poetry
poetry add nvidia-cudnn-cu11Installing nvidia-cudnn-cu11
Before you install
Medium install friction due to platform-specific wheels (Linux x86_64 and Windows x64 only). Maintenance status is aging—last release was 434 days ago, though the package continues to receive updates. Depends on nvidia-cublas-cu11.
License in practice
Licensed under a proprietary NVIDIA license (LicenseRef-NVIDIA-Proprietary) with unclear treatment. Users should review NVIDIA's licensing terms before deploying in production or commercial contexts.
Quickstart
pip install nvidia-cudnn-cu11==9.10.2.21
import nvidia_cudnn_cu11
Requires NVIDIA CUDA 11 compatible GPU and drivers; only available for Linux x86_64 and Windows x64 platforms.
Verify before relying
- Whether the package includes documentation or examples for using cuDNN primitives.
- Current status of NVIDIA's proprietary license terms and any restrictions on commercial use.
- Whether aging maintenance (434 days since last release) signals end-of-life or stable long-term support.
Package facts
| License | LicenseRef-NVIDIA-Proprietary (unclear) |
| Python support | supports the current Python release (>=3) |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | 1 — nvidia-cublas-cu11 |
| Maintenance | aging — 434 days since the last release |
| First released | |
| Downloads | 2,488,865/month — #3,044 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: nvidia_cudnn_cu11-9.10.2.21-py3-none-manylinux_2_27_x86_64.whl; nvidia_cudnn_cu11-9.10.2.21-py3-none-win_amd64.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
cpm-kernelsProvides CUDA kernels optimized for CPM,…
permissive · top 15,000 on PyPI
nvidia-cudnn-cu12Provides cuDNN runtime libraries for…
unclear · top 1,000 on PyPI
nvidia-cudnn-cu13Provides cuDNN runtime libraries for…
unclear · top 1,000 on PyPI
torchPyTorch provides GPU-accelerated tensor…
permissive · top 1,000 on PyPI
torch-directmlEnables PyTorch to use DirectML for GPU…
permissive · top 15,000 on PyPI
nvidia-cuda-runtime-cu11Provides CUDA 11 runtime native libraries for…
unclear · top 5,000 on PyPI
nvidia-nccl-cu11Provides NVIDIA's collective communication…
unclear · top 5,000 on PyPI
nvidia-cusolver-cu11Provides NVIDIA CUDA solver native runtime…
unclear · top 5,000 on PyPI
nvidia-cudnn-frontendProvides Python and C++ APIs to NVIDIA's cuDNN…
permissive · top 5,000 on PyPI
nvidia-curand-cu11Provides NVIDIA CURAND native runtime libraries…
unclear · top 5,000 on PyPI