rustio rustio.net
55

baracuda-transformer-engine

v0.0.1-alpha.77 Experimental

Safe Rust wrapper for baracuda's port of NVIDIA TransformerEngine's FP8 cast/transpose + delayed-scaling recipe primitives. Provides `Fp8Recipe` (delayed-scaling state with amax history), `Fp8CastPlan` for {f32, f16, bf16} → FP8 with running amax, `Fp8DequantPlan` for FP8 → {f32, f16, bf16}. Cast/recipe subset only — `normalization` / `fused_rope` / `fused_attn` / `fused_softmax` / `activation` / `gemm` skipped (overlap existing baracuda phases). NO cuDNN dep, NO pybind11. On Ada (sm_89) the FP8 wins are bandwidth-saving only (KV cache, weights); FP8 tensor-core math throughput equals BF16. Forward-compatible with Hopper / Blackwell where the compute wins also materialize.

MIT OR Apache-2.0 Edition 2024 MSRV 1.85
API bindingsScience #ml#cuda#fp8#transformer-engine#delayed-scaling

Quick Verdict

  • Actively maintained (updated 4d ago)
  • !Pre-1.0: API may have breaking changes
  • Permissive license (MIT OR Apache-2.0)

Security

Checking security advisories...
Downloads
370
Dependents
20
Releases
20
Size
16KB

Deep Insights

📈
Strong growth momentum

219 downloads in the last 30 days (7/day), up 45% from the previous period.

👤
Prolific maintainer

The primary maintainer publishes 161 crates. This suggests deep Rust expertise and long-term commitment to the ecosystem.

📐
Compact crate

At 16KB, baracuda-transformer-engine is lightweight. Small crate size correlates with focused, well-scoped functionality.

Health Breakdown

Maintenance 14/25

Recency, release consistency, active ratio

Quality 16/25

Yanked ratio, deps, size, maturity, features

Community 10/20

Reverse deps, ownership, ecosystem

Popularity 3/15

Downloads, momentum, growth trend

Documentation 12/15

Docs, repo, license, metadata

Download Trend

Daily downloads · last 90 days
0/day avg
04/275/156/26/207/87/25

Top Dependents

Most downloaded crates that depend on baracuda-transformer-engine

Version Adoption

v0.0.1-alpha.74
22%
v0.0.1-alpha.69
20%
v0.0.1-alpha.77
20%
v0.0.1-alpha.68
19%
v0.0.1-alpha.72
19%

Release Timeline

10 releasessince 2026
J
F
M
A
M
J
J
A
S
O
N
D
2026
10
Less
More

Feature Flags

sm80sm89sm90abuild-vendor

README

Loading README...

Maintainers

Dependencies
5
direct dependencies
Dependents
20
crates depend on baracuda-transformer-engine

Similar Crates