nvmath-python: Unleashing the Full Capabilities of NVIDIA Math Libraries within Python#
Welcome to the nvmath-python documentation!
nvmath-python is a Python library to enable cutting edge performance, productivity, and interoperability within the Python computational ecosystem through NVIDIA’s high-performance math libraries.
To quickly get started with nvmath-python, take a look at our Getting Started manual. Refer to our Installation Guide for detailed instructions on the various installation choices available.
Contents#
User Guide
Examples and tutorials
API Reference
- Host APIs
- Device APIs
- Distributed APIs
- Bindings
- Overview
- Naming & Calling Convention
- Memory management
- API Reference
- cuBLAS (
nvmath.)bindings. cublas - cuBLASLt (
nvmath.)bindings. cublaslt - cuBLASMp (
nvmath.)bindings. cublasMp - cuDSS (
nvmath.)bindings. cudss - cuFFT (
nvmath.)bindings. cufft - cuSOLVER (
nvmath.)bindings. cusolver - cuSOLVERDn (
nvmath.)bindings. cusolverDn - cuSPARSE (
nvmath.)bindings. cusparse - cuRAND (
nvmath.)bindings. curand - NVPL BLAS (
nvmath.)bindings. nvpl. blas - NVPL FFT (
nvmath.)bindings. nvpl. fft
- cuBLAS (
Other Resources