dlpark 0.8.0-alpha.2

dlpack Rust binding for Python
Documentation
1
2
3
4
5
6
7
8
9
mod capsule;
#[cfg(feature = "cudarc")]
mod cudarc;
pub mod device;
pub mod exchange;
pub mod stream;

pub use device::dlpack_device;
pub use stream::{DlpackStream, StreamArg};