microgemm 0.2.0-alpha

General matrix multiplication with custom configuration in Rust. Supports no_std and no_alloc environments.
Documentation
1
2
3
4
5
mod ker4x4;
mod ker8x8;

pub use ker4x4::NeonKernel4x4;
pub use ker8x8::NeonKernel8x8;