Module backend

Source
Expand description

Backend abstraction layer

Re-exports§

pub use backend_trait::BackendTrait;
pub use backend_trait::BackendCapabilities;
pub use backend_trait::BackendTrait as Backend;

Modules§

backend_trait
Common backend interface
native_gpu
Native GPU backend using CUDA/ROCm
wasm_runtime
WASM runtime backend implementation
webgpu
webgpu_optimized
Optimized WebGPU backend for high-performance WASM execution

Functions§

get_backend
Get the current backend implementation