3 releases
0.1.2 | Feb 29, 2020 |
---|---|
0.1.1 | May 17, 2019 |
0.1.0 | Dec 1, 2018 |
#1092 in Hardware support
2,217 downloads per month
Used in 34 crates
(6 directly)
32KB
257 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.