CuPy¶
Description¶
CuPy is an open-source array library for GPU-accelerated computing with Python. CuPy utilizes CUDA Toolkit libraries including cuBLAS, cuRAND, cuSOLVER, cuSPARSE, cuFFT, cuDNN and NCCL to make full use of the GPU architecture. Most operations perform well on a GPU using CuPy out of the box. CuPy speeds up some operations more than 100X.
Usage: python
Environment Modules¶
Run module spider cupy to find out what environment modules are available for this application.
Environment Variables¶
- HPC_CUPY_DIR - installation directory
Categories¶
GPU-accelerated Computing