1 unstable release

Uses old Rust 2015

0.1.0 Dec 12, 2018

#123 in #cuda

BSD-2-Clause

25KB
594 lines

These are Rust wrappers around the CUDA runtime API.

The FFI bindings are done via bindgen. Currently, the bindings are substantially whitelisted, i.e. only a small set of "core" runtime API functionality is exposed.

This originated as a copy-paste of the cuda crate, but with an eye toward future cuda-sys integration which may be facilitated by separating the driver and runtime API wrappers.

Dependencies

~0–2MB
~38K SLoC