Decision Workspace
baracuda-ozimmu-sys vs baracuda-ozimmu vs baracuda-cutlass-sys
Side-by-side comparison of Rust crates
Build + raw FFI bindings to baracuda's clean-fork of Hiroyuki Ootomo's ozIMMU — the Ozaki-scheme FP64 GEMM library that synthesizes a DGEMM from S² int8 tensor-core matmuls. Phase 44b internalized the upstream sources under `cuda/` (no more `vendor/` subdir; cutf submodule eliminated). Linked statically into the baracuda CUDA stack; consumed by the safe wrapper crate `baracuda-ozimmu`. MIT-licensed (original ozIMMU MIT — see `ATTRIBUTION.md`).
Safe Rust wrapper for baracuda's clean-fork of Hiroyuki Ootomo's ozIMMU — Ozaki-scheme FP64 GEMM that synthesizes a DGEMM from S^2 int8 tensor-core matmuls. Provides an RAII handle + drop-in `dgemm` shim suitable for the `BackendKind::Ozaki` path of `baracuda-kernels`'s `GemmPlan`. Opt-in (NOT bit-equivalent to native DGEMM); the default FP64 path stays on CUTLASS / cuBLAS.
Header acquisition for NVIDIA CUTLASS as a baracuda workspace dependency. Sparse-checkout fetch with file-locked caching; emits cargo:include for downstream build.rs consumers.
Core Metrics
| baracuda-ozimmu-sys | baracuda-ozimmu | baracuda-cutlass-sys | |
|---|---|---|---|
| Health Score | 54 | 54 | 57 |
| Total Downloads | 488 | 403 | 2.8K |
| 30d Downloads | 0 | 0 | 1.3K |
| Dependents | 20 | 20 | 73 |
| Releases | 20 | 20 | 53 |
| Last Updated | 4d ago | 4d ago | 4d ago |
| Age | 1m | 1m | 2m |
Health Breakdown
Technical Details
| baracuda-ozimmu-sys | baracuda-ozimmu | baracuda-cutlass-sys | |
|---|---|---|---|
| Version | 0.0.1-alpha.77 | 0.0.1-alpha.77 | 0.0.1-alpha.77 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 4 | 4 | 1 |
| Crate Size | 44KB | 22KB | 9KB |
| Features | 2 | 2 | 2 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2024 |
| MSRV | 1.85 | 1.85 | 1.85 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •baracuda-cutlass-sys leads with a health score of 57/100, but none of the options score above 80.