Run High-Performance Core Math at Scale with NVIDIA nvmath-python

Originally published at: Run High-Performance Core Math at Scale with NVIDIA nvmath-python | NVIDIA Technical Blog

NVIDIA nvmath-python is a library designed to bridge the gap between the Python scientific community and NVIDIA CUDA-X math libraries. It gives Python users access to CUDA-X performance for common math operations without disrupting existing workflows. Depending on the API, operations can run on a CPU, CUDA-enabled GPU, or distributed multi-GPU, multi-node systems. nvmath-python v1.0…