skillfed

nvidia-cutlass-dsl-libs-base

NVIDIA CUTLASS Python DSL

nvidia-cutlass-dsl-libs-base v4.7.0 6.3M downloads/30d#1,944 on PyPI10,250
License unclear Active released

What it is and what it does

CUTLASS DSL provides a Python-native layer for writing optimized CUDA kernels without deep C++ expertise. The package exposes core CUTLASS and CuTe concepts—layouts, tensors, hardware atoms, and thread/data hierarchy control—allowing developers to target NVIDIA's Tensor Cores on modern GPU architectures. It aims to reduce the learning curve for GPU programming, speed up kernel prototyping, and integrate directly with deep learning frameworks.

The package depends on numpy, protobuf, cuda-python, and nvidia-cuda-nvdisasm, plus a core library (nvidia-cutlass-dsl-libs-core). It is currently in public beta and runs on Linux with Python 3.10 or later. Installation requires platform-specific wheels (x86_64 or aarch64), and a CUDA 13 environment is needed at runtime.

Use it for:

  • Prototype and optimize matrix multiply kernels targeting Tensor Cores without writing C++
  • Develop custom linear algebra operations for deep learning workloads with native framework integration
  • Learn GPU programming and CUTLASS concepts with lower barrier to entry than C++ implementations
  • Rapidly iterate on kernel designs for performance engineering and research on modern NVIDIA GPUs
  • Integrate optimized CUDA kernels into production pipelines without glue code between Python and C++

Worth the install?

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

Provides Python interfaces for writing high-performance CUDA kernels using CUTLASS DSL concepts without C++ expertise, targeting NVIDIA Tensor Cores on Ampere, Hopper, and Blackwell architectures.

Yes, if you are targeting NVIDIA Tensor Cores on Ampere/Hopper/Blackwell GPUs and want to prototype or deploy optimized kernels from Python. The active maintenance, zero known vulnerabilities, and large download volume indicate real adoption. However, verify the unclear license terms before production use, and be aware the package is in public beta—expect potential API changes before summer 2026 graduation.

Install

nvidia-cutlass-dsl-libs-base on PyPI

pip

pip install nvidia-cutlass-dsl-libs-base

uv

uv add nvidia-cutlass-dsl-libs-base

poetry

poetry add nvidia-cutlass-dsl-libs-base

Installing nvidia-cutlass-dsl-libs-base

Before you install

Medium install friction due to platform-specific wheels (manylinux_2_28, aarch64/x86_64 only) and multiple compiled dependencies including cuda-python and nvidia-cuda-nvdisasm. Package is actively maintained with recent releases, but remains in public beta.

License in practice

License treatment is unclear—no SPDX identifier or raw license text provided. Verify licensing terms with NVIDIA before using in production or proprietary projects.

Quickstart

pip install nvidia-cutlass-dsl-libs-base
import cutlass
# Access CuTe DSL for kernel programming via CUTLASS Python interfaces

Requires NVIDIA CUDA 13 environment, Linux (manylinux_2_28), and Python 3.10+. Wheels available only for x86_64 and aarch64 architectures.

Verify before relying

  • Exact API surface and available DSL constructs beyond CuTe DSL mentioned in description
  • Performance benchmarks or comparison to C++ CUTLASS implementations
  • Timeline and stability guarantees for beta-to-production graduation (stated as summer 2026)
  • Compatibility with specific DL frameworks (PyTorch, TensorFlow, etc.) mentioned in description

Package facts

License not declared (unclear)
Python support supports the current Python release (>=3.10)
Install friction medium — platform-specific wheel
Runtime dependencies 7 — numpy, typing-extensions, cuda-python, backports.strenum, protobuf, nvidia-cuda-nvdisasm, nvidia-cutlass-dsl-libs-core
Maintenance actively maintained — 9 days since the last release
Last repo commit
First released
Downloads 6,269,249/month — #1,944 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: nvidia_cutlass_dsl_libs_base-4.7.0-cp310-cp310-manylinux_2_28_aarch64.whl; nvidia_cutlass_dsl_libs_base-4.7.0-cp310-cp310-manylinux_2_28_x86_64.whl; nvidia_cutlass_dsl_libs_base-4.7.0-cp311-cp311-manylinux_2_28_aarch64.whl; nvidia_cutlass_dsl_libs_base-4.7.0-cp311-cp311-manylinux_2_28_x86_64.whl; nvidia_cutlass_dsl_libs_base-4.7.0-cp312-cp312-manylinux_2_28_aarch64.whl; nvidia_cutlass_dsl_libs_base-4.7.0-cp312-cp312-manylinux_2_28_x86_64.whl; nvidia_cutlass_dsl_libs_base-4.7.0-cp313-cp313-manylinux_2_28_aarch64.whl; nvidia_cutlass_dsl_libs_base-4.7.0-cp313-cp313-manylinux_2_28_x86_64.whl; nvidia_cutlass_dsl_libs_base-4.7.0-cp314-cp314-manylinux_2_28_aarch64.whl; nvidia_cutlass_dsl_libs_base-4.7.0-cp314-cp314-manylinux_2_28_x86_64.whl; nvidia_cutlass_dsl_libs_base-4.7.0-cp314-cp314t-manylinux_2_28_aarch64.whl; nvidia_cutlass_dsl_libs_base-4.7.0-cp314-cp314t-manylinux_2_28_x86_64.whl

Development Status :: 4 - BetaEnvironment :: GPU :: NVIDIA CUDA :: 13License :: Other/Proprietary LicenseOperating System :: POSIX :: LinuxProgramming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: Implementation :: CPython

Tags

python cuda kernel programmingcutlass dsl python interfacenvidia tensor core optimizationgpu kernel development pythoncute dsl matrix operationshigh-performance cuda kernelsnvidia gpu programming framework
gpu-programmingcuda-kernelstensor-cores

More Scientific/Engineering packages

Further reading