Skip to content

JuliaAttic/CUDNN.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note: This package is being phased out.

The same functionality is available with CuArrays.

CUDNN

Julia wrapper for NVIDIA's cuDNN library.

Supported features

  • convolutions
  • pooling
  • batch normalization
  • softmax (4D)

See tests for examples of usage.