nvidia-cuda-nvdisasm
CUDA nvdisasm
What it is and what it does
nvidia-cuda-nvdisasm is a Python package that wraps NVIDIA's nvdisasm tool, allowing you to disassemble CUDA cubin files (compiled GPU binaries) into human-readable CUDA assembly code. It accepts cubin files as input and outputs the corresponding assembly representation, making it possible to inspect what code the NVIDIA compiler actually generated for your GPU kernels.
The package is distributed as platform-specific wheels for x86_64 Linux, aarch64 Linux, and Windows, with no Python runtime dependencies. It targets developers and researchers working with CUDA who need to inspect, debug, or analyze compiled GPU code at the assembly level. The package is actively maintained and supports Python 3.5 through 3.11.
Use it for:
- Analyze compiled CUDA kernel binaries to understand GPU code generation and optimization behavior
- Debug GPU kernel performance by inspecting the assembly-level instructions generated by the NVIDIA compiler
- Reverse-engineer or audit CUDA applications by disassembling their compiled cubin objects
- Validate compiler output and verify that optimization passes are applied as expected
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
nvdisasm disassembles NVIDIA CUDA cubin files into human-readable CUDA assembly code, extracting and presenting the compiled GPU kernel information.
Yes, if you need to disassemble CUDA cubin files for kernel analysis or debugging. Install friction is moderate due to platform-specific wheels and likely system-level CUDA dependencies, but the package is actively maintained and has no Python-level dependency complications. Verify beforehand that your system has the necessary CUDA runtime libraries and that your platform (x86_64 Linux, aarch64 Linux, or Windows) is supported.
Install
nvidia-cuda-nvdisasm on PyPI
pip
pip install nvidia-cuda-nvdisasmuv
uv add nvidia-cuda-nvdisasmpoetry
poetry add nvidia-cuda-nvdisasmInstalling nvidia-cuda-nvdisasm
Before you install
Medium install friction due to platform-specific wheel distribution (x86_64 Linux, aarch64 Linux, Windows). Active maintenance with a recent release within 46 days. No runtime dependencies to manage.
Quickstart
pip install nvidia-cuda-nvdisasm==13.3.73
import nvidia_cuda_nvdisasm
# Use the package to disassemble cubin files
Requires a compatible platform (x86_64 Linux, aarch64 Linux, or Windows); cubin input files must be available; may require NVIDIA CUDA Toolkit or runtime libraries to be installed on the system.
Verify before relying
- Whether this is a wrapper around the standalone NVIDIA nvdisasm binary or a pure Python implementation
- Whether CUDA Toolkit or other system libraries must be pre-installed for this package to function
- What the actual output format and verbosity options are beyond 'human readable format'
Package facts
| License | not declared (unclear) |
| Python support | supports the current Python release (>=3) |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | none |
| Maintenance | actively maintained — 46 days since the last release |
| First released | |
| Downloads | 1,423,771/month — #3,920 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: nvidia_cuda_nvdisasm-13.3.73-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl; nvidia_cuda_nvdisasm-13.3.73-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl; nvidia_cuda_nvdisasm-13.3.73-py3-none-win_amd64.whl
Keywords: cuda, nvidia, runtime, machine learning, deep learning
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
nvidia-cuda-nvccProvides the NVIDIA CUDA nvcc compiler for…
unclear · top 5,000 on PyPI
nvidia-cusparse-cu11Provides CUSPARSE native runtime libraries for…
unclear · top 5,000 on PyPI
vivisectVivisect is a pure-Python disassembler,…
permissive · top 15,000 on PyPI
nvidia-cusparse-cu12Provides NVIDIA CUSPARSE native runtime…
unclear · top 1,000 on PyPI
nvidia-cublasProvides NVIDIA CUBLAS native runtime libraries…
unclear · top 1,000 on PyPI
nvidia-cusparseProvides NVIDIA CUSPARSE native runtime…
unclear · top 1,000 on PyPI
nvidia-nvvmProvides the NVVM compiler IR library for…
unclear · top 5,000 on PyPI
nvidia-cuda-runtime-cu11Provides CUDA 11 runtime native libraries for…
unclear · top 5,000 on PyPI
nvidia-cuda-nvcc-cu12Provides the NVIDIA CUDA nvcc compiler for…
unclear · top 5,000 on PyPI
nvidia-cuda-runtime-cu12Provides NVIDIA CUDA 12 runtime native…
unclear · top 1,000 on PyPI