Rust wrapper for cuDNN, created for autograph https://github.com/charles-r-earp/autograph
CUDA https://developer.nvidia.com/cuda-downloads and cuDNN https://developer.nvidia.com/cudnn must be installed. See https://github.com/bheisler/RustaCUDA for additional help. You may need to set the environmental variable CUDAINCLUDEDIR if cuda.h is not in "/usr/local/cuda/include" for unix platforms. This variable must be set for Windows.
Tested on Ubuntu-18.04. Should work on Linux, macOS, and Windows. If you have build errors, please create an issue.
Verify that the crate works by running:
cargo test