nvidia-cutlass-dsl-libs-base
NVIDIA CUTLASS Python DSL
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-baseuv
uv add nvidia-cutlass-dsl-libs-basepoetry
poetry add nvidia-cutlass-dsl-libs-baseInstalling 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
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
apache-tvm-ffiProvides a stable, minimal C ABI and FFI for…
permissive · top 5,000 on PyPI
flydslFlyDSL is a Python DSL and embedded MLIR…
permissive · top 15,000 on PyPI
nvidia-cutlass-dsl-libs-coreProvides a Python interface for writing…
unclear · top 5,000 on PyPI
nvidia-cutlass-dsl-libs-cu12Provides a Python DSL for writing…
unclear · top 5,000 on PyPI
nvidia-cutlass-dslProvides a Python native interface for writing…
unclear · top 5,000 on PyPI
nvidia-cutlass-dsl-libs-cu13Provides a Python DSL for writing…
unclear · top 5,000 on PyPI
cuda-tilecuTile Python is a compiler and programming…
permissive · top 5,000 on PyPI
nvidia-cudnn-frontendProvides Python and C++ APIs to NVIDIA's cuDNN…
permissive · top 5,000 on PyPI
nvidia-cublas-cu11Provides NVIDIA CUBLAS native runtime libraries…
unclear · top 5,000 on PyPI
dstackdstack is a unified control plane for…
copyleft · top 15,000 on PyPI