Python bindings for NVIDIA cuTENSOR, a GPU-accelerated tensor computation library optimized for deep learning and HPC. Version 2.6.0 supports CUDA 13.x. Release cadence follows cuTENSOR releases (major.minor.patch).
pip install cutensor-cu13No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic tensor creation and matrix multiplication on GPU.
Use 'from cutensor import tensor' directly; no explicit init call needed.
Call np.ascontiguousarray() on NumPy arrays before converting to cutensor tensors.
Replace 'TensorHandle' with 'tensor' class.