3 releases

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

#654 in Hardware support

Download history 2206/week @ 2023-11-20 2602/week @ 2023-11-27 2016/week @ 2023-12-04 1856/week @ 2023-12-11 1615/week @ 2023-12-18 661/week @ 2023-12-25 1552/week @ 2024-01-01 1309/week @ 2024-01-08 2664/week @ 2024-01-15 2690/week @ 2024-01-22 5141/week @ 2024-01-29 4207/week @ 2024-02-05 2351/week @ 2024-02-12 1849/week @ 2024-02-19 1183/week @ 2024-02-26 3044/week @ 2024-03-04

9,563 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