Skip to content

Releases: TeamADAPT/blitzkernels

v0.1.0 — 9 inference kernels, WASM-native

10 Mar 17:31

Choose a tag to compare

BlitzKernels v0.1.0

First public release. 9 production inference kernels in pure Rust, compiled to wasm32-wasip2.

Kernels

Kernel Tests Description
blitz-embedding 18/18 Batch embedding: mean-pool + L2 norm
blitz-attention 9/9 Fused multi-head attention
blitz-kv-cache 10/10 Paged KV-cache (PagedAttention-style)
blitz-layernorm-gelu 17/17 Fused LayerNorm + GELU
blitz-rope 15/15 Rotary position encoding (LLaMA/Mistral/Qwen)
blitz-fused-mlp 19/19 Fused FFN: Linear→LN→GELU→Linear
blitz-swiglu 22/22 SwiGLU gating (LLaMA 2/3, Mistral, PaLM)
blitz-rmsnorm 15/15 RMSNorm (LLaMA/Gemma/Mistral)
cc-faculty-wasm Nova agent cognitive faculty host

125 tests passing. Ed25519-signed packages.

Build

rustup target add wasm32-wasip2
cargo build --workspace --target wasm32-wasip2 --release

License

Commercial — see blitzkernels.pages.dev for pricing.
Contact: hello@teamadapt.dev