Releases: NVIDIA-Digital-Bio/nvQSP
Releases · NVIDIA-Digital-Bio/nvQSP
nvQSP v0.1.0
GPU-accelerated RODAS4 stiff ODE solver for QSP/PBPK population studies.
Highlights
- RODAS4 (4th-order Rosenbrock) solver with BiCGSTAB iterative linear solves
- Fat binary: sm_80 (Ampere), sm_89 (Ada Lovelace), sm_90 (Hopper) + PTX forward compat
- Python API (pip wheel) and C API (Debian package or standalone .so)
- Per-patient parameter variation support
- Adaptive step-size control with configurable tolerances
Install
Python (from PyPI):
pip install nvqspC/C++ (Debian/Ubuntu):
sudo dpkg -i nvqsp_0.1.0_amd64.debLicense
This software is licensed under the NVIDIA Software License Agreement and the Product-Specific Terms for AI Products.
See CHANGELOG.md for full release notes.