• 2 min read
What is cuDNN?
SUMMARY
cuDNN (CUDA Deep Neural Network library) is NVIDIA's GPU-accelerated library of low-level primitives, such as convolution and pooling, that frameworks like PyTorch and TensorFlow call internally to run deep learning workloads on NVIDIA GPUs. It sits on top of CUDA, which handles general-purpose GPU