Crates.io | cuda |
lib.rs | cuda |
version | 0.4.0-pre.2 |
source | src |
created_at | 2016-11-08 08:20:41.039396 |
updated_at | 2019-06-18 23:21:51.304646 |
description | CUDA bindings. |
homepage | |
repository | https://github.com/peterhj/libcuda |
max_upload_size | |
id | 7174 |
size | 979,024 |
These are Rust bindings to the CUDA toolkit APIs.
The FFI bindings are done via bindgen
and are substantially whitelisted; see build.rs
for the whitelisted APIs.
High-level wrappers are located in top-level modules (driver
, runtime
,
blas
, and rand
).