1 unstable release
0.1.0 | Dec 1, 2018 |
---|
#27 in #cuda
4 downloads per month
Used in 1 crate
31KB
212 lines
Minimal kernel-support crate for RustaCUDA.
This crate contains a small number of types which can be helpful when compiling Rust code to PTX for use with RustaCUDA. It is not a general-purpose kernel support crate, and it is not intended to be used in a standalone manner.
lib.rs
:
RustaCUDA-core is a minimal subset of RustaCUDA which is intended to be used in device-side crates.
It includes a small number of types needed when sharing types between the host and device. This is not intended to be used in a standalone way - see RustaCUDA for full documentation.