Cuda Toolkit libraries - raytsangGitHub/CudaProgrammings GitHub Wiki

List of Cuda Libraries: When you install the CUDA Toolkit, it includes:

  1. cuBLAS
  2. cuFFT
  3. cuRAND
  4. cuSPARSE
  5. cuSOLVER
  6. Thrust
  7. PNN
  8. CUDA Samples Can be found in: :\Program Files\NVIDIA GPU Computing Toolkit\CUDA\vX.Y\

Other libraries that support GPU but not install with the CUDA toolkits

  1. cuDNN
  2. TensorRT
  3. NCCL
  4. PyTouch
  5. TensorFlow
  6. Nsight Tools

These are targeted packages for deep learning and advanced HPC use, need to download separately.