cuDNN - AshokBhat/notes GitHub Wiki

About

  • NVIDIA CUDA Deep Neural Network library
  • A GPU-accelerated library of primitives for deep neural networks
  • Highly tuned implementations for standard routines such as (1) forward and backward convolution (2) pooling (3) normalization (4) activation layers.

See also