3 releases

0.1.2 Feb 29, 2020
0.1.1 May 17, 2019
0.1.0 Dec 1, 2018

#1092 in Hardware support

Download history 1405/week @ 2024-03-14 890/week @ 2024-03-21 1426/week @ 2024-03-28 1155/week @ 2024-04-04 1239/week @ 2024-04-11 1142/week @ 2024-04-18 622/week @ 2024-04-25 718/week @ 2024-05-02 784/week @ 2024-05-09 632/week @ 2024-05-16 661/week @ 2024-05-23 733/week @ 2024-05-30 618/week @ 2024-06-06 615/week @ 2024-06-13 508/week @ 2024-06-20 359/week @ 2024-06-27

2,217 downloads per month
Used in 34 crates (6 directly)

Apache-2.0 OR MIT

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.

No runtime deps