furiosa-opt-std 0.7.0

Standard library for Furiosa NPU TCP Virtual ISA programming.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod backend;
mod convert;
mod ffi;
mod kernel;
mod output;
mod registry;

pub use backend::Npu;
pub use convert::ExtendBuffers;
pub use ffi::NpuDesc;
pub(crate) use ffi::bind_device;
pub(crate) use kernel::CpuBuffer;
pub use kernel::{Buffer, Kernel, Kernels, kernel};
pub use output::{KernelOutput, KernelOutputDestination};
pub use registry::Key;