cuda-runtime-sys 0.3.0-alpha.1

Rust binding to CUDA Runtime APIs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[build-dependencies.cuda-config]
version = "0.1.0"

[package]
authors = ["Toshiki Teramura <toshiki.teramura@gmail.com>"]
build = "build.rs"
categories = []
description = "Rust binding to CUDA Runtime APIs"
documentation = "https://docs.rs/cuda-runtime-sys/"
edition = "2018"
keywords = ["GPGPU", "CUDA", "ffi"]
license = "MIT/Apache-2.0"
links = "cudart"
name = "cuda-runtime-sys"
readme = "../README.md"
repository = "https://github.com/rust-cuda/cuda-sys"
version = "0.3.0-alpha.1"