#cudnn #cuda #set

sys cuda-cudnn-sys

Rust wrapper for cuDNN

1 unstable release

0.0.1 Jun 27, 2020

#6 in #cudnn

MIT/Apache

285KB
9K SLoC

License-MIT/Apache-2.0

cuda-cudnn-sys

Rust wrapper for cuDNN, created for autograph https://github.com/charles-r-earp/autograph

Requirements

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.

Supported Platforms

Tested on Ubuntu-18.04. Should work on Linux, macOS, and Windows. If you have build errors, please create an issue.

Tests

Verify that the crate works by running:

cargo test

Dependencies

~0–1.8MB
~35K SLoC