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

Make the creation of simd kernels unsafe #5

Closed cospectrum closed 11 months ago

cospectrum commented 11 months ago

Allows more flexible use of simd kernels with target feature detection both at runtime and compile time