saker-rs
Fast SIMD-accelerated linear algebra for neural network inference, written in Rust.
Named after the Saker Falcon — a fast bird of prey native to the Carpathian region.
Features
- Blocked GEMM with cache-aware tiling
- AVX-512 and AVX2 micro-kernels with FMA
- Scalar fallback for tail tiles
- Fused bias + activation (SiLU, Sigmoid)
- Parallel execution via Rayon
Usage
[]
= "0.1.0"
use sgemm_bias_parallel;
use Activation;
sgemm_bias_parallel;
Requirements
- x86_64 with AVX-512F + FMA for the fast path
License
MIT