rlx-cpu 0.2.13

CPU backend for RLX — SIMD kernels, BLAS dispatch, thread pool, arena executor
Documentation
mod attention;
pub use attention::*;
mod conv;
pub use conv::*;
mod custom;
pub(crate) use custom::*;
mod elementwise;
pub use elementwise::*;
mod helpers;
pub(crate) use helpers::*;
mod linalg;
pub(crate) use linalg::*;
mod matmul;
pub(crate) use matmul::*;
mod norm;
pub use norm::*;
mod quant;
pub use quant::*;
mod reduce;
pub use reduce::*;
mod rnn;
pub use rnn::*;
mod signal;
pub use signal::*;
mod splat;
pub(crate) use splat::*;