cuda-cudnn-sys

Crates.iocuda-cudnn-sys
lib.rscuda-cudnn-sys
version0.0.1
sourcesrc
created_at2020-06-27 23:39:27.637252
updated_at2020-06-27 23:39:27.637252
descriptionRust wrapper for cuDNN
homepagehttps://github.com/charles-r-earp/cuda-cudnn-sys
repositoryhttps://github.com/charles-r-earp/cuda-cudnn-sys
max_upload_size
id258941
size297,485
(charles-r-earp)

documentation

README

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
Commit count: 13

cargo fmt