Why we are featuring it
Move NumPy code to the GPU without changing the paradigm.
CuPy provides a drop-in replacement for running NumPy and SciPy code on CUDA or ROCm. Kernel, stream, and runtime access also opens the lower level of GPU acceleration.
What is inside
- Array library compatible with NumPy and SciPy.
- Supports NVIDIA CUDA and AMD ROCm.
- RawKernels, Streams, and CUDA Runtime API.
- PyPI, Conda-Forge, and Docker packages.