3 releases

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

#143 in #cuda

Download history 414/week @ 2024-07-20 600/week @ 2024-07-27 736/week @ 2024-08-03 452/week @ 2024-08-10 474/week @ 2024-08-17 420/week @ 2024-08-24 457/week @ 2024-08-31 411/week @ 2024-09-07 413/week @ 2024-09-14 430/week @ 2024-09-21 399/week @ 2024-09-28 237/week @ 2024-10-05 314/week @ 2024-10-12 358/week @ 2024-10-19 443/week @ 2024-10-26 358/week @ 2024-11-02

1,495 downloads per month
Used in 35 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