icicle-cuda-runtime 1.3.0

Ingonyama's Rust wrapper of CUDA runtime
1
2
3
4
5
6
7
8
9
#![allow(non_upper_case_globals)]
#![allow(non_camel_case_types)]

#[allow(dead_code)]
mod bindings;
pub mod device_context;
pub mod error;
pub mod memory;
pub mod stream;