cospectrum / microgemm

General matrix multiplication with custom configuration in Rust. Supports no_std and no_alloc environments.
Apache License 2.0
6 stars 1 forks source link

Small changes #17

Closed cospectrum closed 9 months ago

cospectrum commented 9 months ago

Change packing_buf type AsMut<[T]> -> &mut [T]. Refactor packing (branchless). Remove wasm kernel