JCudnn

Java bindings for cuDNN



This library enables Java applications to use cuDNN, the NVIDIA CUDA Deep Neural Network library.



General information about JCudnn


JCudnn is only a Java binding for cuDNN. That means, in order to use JCudnn, you need the cuDNN library. This library is available for NVIDIA CUDA registered developers at the cuDNN main page



Application


The "mnistCUDNN" sample that comes together with cuDNN has been ported to use JCudnn, and is available in the Samples section.