cutensor-cu12
NVIDIA cuTENSOR
What it is and what it does
cuTENSOR is NVIDIA's high-performance CUDA library for tensor operations on GPUs. It provides optimized implementations of tensor contractions (including just-in-time kernel compilation), reductions, and element-wise operations, with support for mixed-precision compute (FP64 input with FP32 compute, FP32 input with FP16/BF16/TF32 compute) and tensors up to 64 dimensions. It handles arbitrary data layouts and supports operations like tensor permutations, type conversions, and various activation functions.
The package is distributed as platform-specific wheels for CUDA 12 on x86_64, aarch64, and Windows. It has no Python runtime dependencies and is actively maintained. Installation requires CUDA 12 and an NVIDIA GPU; it cannot run on CPU-only systems.
Use it for:
- Accelerate tensor network simulations and quantum computing workloads on NVIDIA GPUs.
- Optimize mixed-precision deep learning operations requiring FP32 inputs with FP16 or BF16 compute.
- Perform high-dimensional tensor contractions in scientific computing and machine learning frameworks.
- Implement custom tensor operations with just-in-time kernel compilation for domain-specific algorithms.
- Execute partial tensor reductions and element-wise operations on large multi-dimensional arrays.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
cuTENSOR is a CUDA library for high-performance tensor operations on NVIDIA GPUs, supporting contractions, reductions, element-wise operations, and mixed-precision compute on tensors up to 64 dimensions.
Yes, if you have CUDA 12 and an NVIDIA GPU and need high-performance tensor operations. The package is actively maintained, has no security vulnerabilities, and fills a specialized role in GPU-accelerated computing. The proprietary license and CUDA 12 dependency are the main constraints—verify licensing terms for your use case and confirm CUDA 12 availability before installing.
Install
cutensor-cu12 on PyPI
pip
pip install cutensor-cu12uv
uv add cutensor-cu12poetry
poetry add cutensor-cu12Installing cutensor-cu12
Before you install
Medium install friction due to platform-specific wheels (x86_64, aarch64, Windows) and CUDA 12 dependency. Package is actively maintained with a recent release.
License in practice
Licensed under NVIDIA Proprietary Software with no SPDX identifier; license treatment is unclear, so review NVIDIA's terms before use in proprietary or redistributed software.
Quickstart
pip install cutensor-cu12
import cutensor
Requires NVIDIA CUDA 12 and an NVIDIA GPU; not usable on CPU-only systems or with other CUDA versions.
Verify before relying
- Whether Python version constraints exist (requires_python is unspecified in metadata)
- Exact scope of NVIDIA Proprietary Software license and redistribution restrictions
- Whether just-in-time kernel compilation requires additional build tools or CUDA toolkit installation
Package facts
| License | NVIDIA Proprietary Software (unclear) |
| Python support | not specified |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | none |
| Maintenance | actively maintained — 60 days since the last release |
| First released | |
| Downloads | 82,929/month — #14,120 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: cutensor_cu12-2.7.0-py3-none-manylinux2014_aarch64.whl; cutensor_cu12-2.7.0-py3-none-manylinux2014_x86_64.whl; cutensor_cu12-2.7.0-py3-none-win_amd64.whl
Keywords: cuda, nvidia, machine learning, tensor network, high-performance computing
Tags
More Scientific/Engineering packages
NumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
pandaspandas provides fast, flexible data structures…
permissive · top 100 on PyPI
scipyscipy provides numerical algorithms for…
permissive · top 100 on PyPI
scikit-learnscikit-learn provides a comprehensive Python…
permissive · top 1,000 on PyPI
dilldill extends Python's pickle module to…
permissive · top 1,000 on PyPI
multiprocessMultiprocess is an enhanced fork of Python's…
permissive · top 1,000 on PyPI
cutensor-cu13cuTENSOR is a CUDA library for high-performance…
unclear · top 15,000 on PyPI
cutensornet-cu13cuTensorNet is a GPU-accelerated library for…
unclear · top 15,000 on PyPI
nvidia-cusparselt-cu12Provides NVIDIA's cuSPARSELt CUDA library for…
unclear · top 5,000 on PyPI
nvidia-cusparselt-cu13Provides NVIDIA's CUDA library for…
unclear · top 1,000 on PyPI
nvidia-cutlass-dsl-libs-cu12Provides a Python DSL for writing…
unclear · top 5,000 on PyPI
nvidia-cusparse-cu12Provides NVIDIA CUSPARSE native runtime…
unclear · top 1,000 on PyPI
nvidia-cusparse-cu11Provides CUSPARSE native runtime libraries for…
unclear · top 5,000 on PyPI
nvidia-cusparseProvides NVIDIA CUSPARSE native runtime…
unclear · top 1,000 on PyPI
nvidia-cudnn-cu11Provides cuDNN runtime libraries for…
unclear · top 5,000 on PyPI
nvidia-cutlass-dslProvides a Python native interface for writing…
unclear · top 5,000 on PyPI