Closed pavanky closed 7 years ago
facebook/fbcunn exploits cuDNN through a limited number of DNN specific operations implemented by the wrapper cudnn.torch. This is probably the least invasive method to integrate with cuDNN.
The fallback CUDA backend of torch is cunn.
FWIW, this may be worth looking at (Mozilla Public License 2.0): https://github.com/hughperkins/DeepCL More specfically: https://github.com/hughperkins/DeepCL/tree/master/cl
This is going to be solved upstream: https://github.com/arrayfire/arrayfire/issues/1868
Wraps perceptrons, convolutional and softmax layers
Other