| Crates.io | cuda-cudnn-sys |
| lib.rs | cuda-cudnn-sys |
| version | 0.0.1 |
| created_at | 2020-06-27 23:39:27.637252+00 |
| updated_at | 2020-06-27 23:39:27.637252+00 |
| description | Rust wrapper for cuDNN |
| homepage | https://github.com/charles-r-earp/cuda-cudnn-sys |
| repository | https://github.com/charles-r-earp/cuda-cudnn-sys |
| max_upload_size | |
| id | 258941 |
| size | 297,485 |
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 CUDA_INCLUDE_DIR 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