furiosa-opt-std 0.3.0

Standard library for Furiosa NPU TCP Virtual ISA programming.
1
2
3
4
5
6
7
8
9
mod backend;
mod convert;
mod ffi;
mod kernel;

pub use backend::Npu;
pub use convert::ExtendBuffers;
pub use ffi::{NpuDesc, set_device};
pub use kernel::{Buffer, Kernel, kernel_path};