skillfed

nvidia-cusparselt-cu12

NVIDIA cuSPARSELt

nvidia-cusparselt-cu12 v0.8.1 20.0M downloads/30d#1,048 on PyPI
License unclear NVIDIA Proprietary Software AGING released

What it is and what it does

nvidia-cusparselt-cu12 is a Python wrapper around NVIDIA's cuSPARSELt CUDA library, which accelerates sparse matrix-matrix multiplication on NVIDIA GPUs. It targets workloads where at least one operand is a structured sparse matrix with 50% sparsity ratio, enabling mixed-precision computation across formats like FP32, BF16, FP16, INT8, E4M3, and E5M2. The library leverages NVIDIA's Sparse MMA tensor cores for performance.

The package has no Python runtime dependencies and is distributed as platform-specific wheels for x86_64, aarch64, and Windows. It is intended for machine learning and high-performance computing applications that can exploit structured sparsity patterns on modern NVIDIA GPUs. Users access the library through NVIDIA's cuSPARSELt C/CUDA APIs exposed to Python, with flexibility in algorithm selection, epilogue operations, memory layout, and data types.

Use it for:

  • Accelerate sparse matrix operations in machine learning inference on NVIDIA GPUs with structured sparsity support.
  • Optimize large-scale linear algebra computations in scientific computing that benefit from 50% sparsity patterns.
  • Implement high-performance search engine ranking or recommendation systems exploiting structured sparsity.
  • Mixed-precision deep learning workloads requiring INT8, FP16, or BF16 sparse matrix multiplication.
  • GPU-accelerated numerical simulations where sparse matrix-matrix products dominate runtime.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides NVIDIA's cuSPARSELt CUDA library for high-performance sparse matrix-matrix multiplication on NVIDIA GPUs with structured sparsity patterns.

Yes, if you have a compatible NVIDIA GPU and need sparse matrix-matrix multiplication acceleration. The package is popular and has no known vulnerabilities. However, the proprietary license requires verification against your project's licensing terms, and the aging maintenance status warrants checking NVIDIA's official support channels before adopting in production.

Install

nvidia-cusparselt-cu12 on PyPI

pip

pip install nvidia-cusparselt-cu12

uv

uv add nvidia-cusparselt-cu12

poetry

poetry add nvidia-cusparselt-cu12

Installing nvidia-cusparselt-cu12

Before you install

Medium install friction due to platform-specific wheel distribution (aarch64, x86_64, Windows). Package is aging (343 days since release) with no visible repository or commit history in the fact sheet, limiting transparency on active maintenance.

License in practice

Licensed under NVIDIA Proprietary Software with unclear treatment—not an open-source license. Users should verify compatibility with their project's licensing requirements and review NVIDIA's terms before deployment.

Quickstart

pip install nvidia-cusparselt-cu12

import nvidia.cusparselt
# Use cuSPARSELt APIs for sparse matrix operations on CUDA-capable GPUs

Requires NVIDIA CUDA 12 and a compatible NVIDIA GPU with structured sparsity support; Windows, Linux x86_64, or Linux aarch64 platform.

Verify before relying

  • Specific CUDA compute capability (SM architecture) requirements beyond those listed in the description
  • Whether Python version constraints exist despite requires_python being unspecified
  • Active maintenance status and update cadence given aging signal and no visible repository
  • Licensing restrictions on commercial or redistributed use of applications built with cuSPARSELt
  • Download volume and actual adoption patterns beyond raw monthly download counts

Package facts

License NVIDIA Proprietary Software (unclear)
Python support not specified
Install friction medium — platform-specific wheel
Runtime dependencies none
Maintenance aging — 343 days since the last release
First released
Downloads 19,995,332/month — #1,048 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: nvidia_cusparselt_cu12-0.8.1-py3-none-manylinux2014_aarch64.whl; nvidia_cusparselt_cu12-0.8.1-py3-none-manylinux2014_x86_64.whl; nvidia_cusparselt_cu12-0.8.1-py3-none-win_amd64.whl

Keywords: cuda, nvidia, machine learning, high-performance computing

Environment :: GPU :: NVIDIA CUDAEnvironment :: GPU :: NVIDIA CUDA :: 12Topic :: Scientific/Engineering

Tags

sparse matrix multiplication cudanvidia cusparselt gpustructured sparsity cuda librarysparse gemm nvidiacuda sparse tensor operationshigh performance sparse matrix gpunvidia ampere sparsity
gpu-accelerationsparse-linear-algebranvidia-cuda

More Scientific/Engineering packages

Further reading