cuMM is a high-performance CUDA matrix multiplication library designed for deep learning and scientific computing. It provides optimized GEMM (General Matrix Multiply) kernels and supports various precision formats. Version 0.8.2 requires Python >=3.8 and is actively maintained.
pip install cumm-cu126Verified import paths — ran on the pinned version, not inferred.
Basic GEMM operation using cuMM with PyTorch tensors.
Ensure your system has CUDA 12.6 installed and set LD_LIBRARY_PATH appropriately.
Use 'import cumm' instead of 'import cumm-cu126'.
Upgrade to 0.8.2 and replace cumm.gemm_xx with cumm.gemm.
Run 'pip install cumm-cu126' and ensure you use 'import cumm' (no hyphen). Check that CUDA toolkit 12.6 is available.
Use a supported GPU (e.g., NVIDIA Ampere, Ada Lovelace, Hopper) or rebuild cuMM from source with the appropriate architecture flags.
Install CUDA 12.6 toolkit and add its lib64 directory to LD_LIBRARY_PATH.
No dependency data recorded yet.