NVIDIA nvcomp is a high-speed lossless compression/decompression library designed for use on NVIDIA GPUs. This package provides the pre-built CUDA 12 binaries (libnvcomp.so) for Python. Version 5.2.0.13 is current. Release cadence is tied to CUDA toolkit releases.
pip install nvidia-libnvcomp-cu12Verified import paths — ran on the pinned version, not inferred.
Verify that the nvcomp shared library is accessible and loadable.
Install a Python wrapper (e.g., `nvcomp` from NVIDIA or use ctypes directly).
Use the appropriate `nvidia-libnvcomp-cuX` package for your CUDA version, or install the CUDA 12 toolkit.
Migrate calls from `nvcompGdeflate*` to `nvcompBitcomp*` functions.
No dependency data recorded yet.