ndrs 0.2.0

A tensor library with GPU support
1
2
3
4
5
6
7
mod device;
mod event;
mod stream;

pub use device::{get_device, get_device_context, get_device_count, is_available, set_device};
pub use event::Event;
pub use stream::{default_stream, get_stream, set_stream, Stream};