cudnn-sys 0.0.3

FFI bindings to cuDNN
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[build-dependencies]
pkg-config = "0.3"

[dependencies]
libc = "0.2"

[package]
authors = ["Maximilian Goisser <max@autumnai.com>"]
build = "build.rs"
description = "FFI bindings to cuDNN"
documentation = "https://autumnai.github.io/rust-cudnn"
homepage = "https://github.com/autumnai/rust-cudnn"
keywords = ["cudnn", "cuda", "nvidia", "sys"]
license = "MIT OR Apache-2.0"
links = "cudnn"
name = "cudnn-sys"
repository = "https://github.com/autumnai/rust-cudnn"
version = "0.0.3"