Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions crates/aprender-core/src/format/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,12 @@ pub mod gate_ship_011;
// GATE-SHIP-012 — Line-coverage percentage inclusive-floor threshold (≥ 95.0).
pub mod gate_ship_012;

// FALSIFY-WS-001..004 + FALSIFY-ENC-001..004 — sister bundle of
// cpu-work-stealing-v1 (dispatch overhead, L1 miss rate, parity vs
// Rayon, scaling efficiency) and encoder-forward-v1 (shape preservation,
// finite output, HF reference parity, CLS pooling).
pub mod ws_enc_001_008;

// Re-export types (PMAT-198 - backward compatibility)
pub use types::*;

Expand Down
Loading
Loading