|
1 | 1 | # neuralSpring — Evolution Readiness |
2 | 2 |
|
3 | | -**Date**: March 17, 2026 (Session 165 — Ecosystem Absorption: FMA sweep 14 sites, IPC proptest 8 tests, ECOSYSTEM_LEVERAGE_GUIDE.md + V116 Handoff) |
| 3 | +**Date**: March 17, 2026 (Session 166 — Doc evolution, V117 handoff, archive sweep. 1155 lib + 75 playGround + 73 forge = 1303 tests, 267 binaries, 67 modules, 225 named tolerances) |
4 | 4 | **barraCuda**: v0.3.5 at `0649cd0` (`../barraCuda/crates/barracuda`). 719 WGSL shaders, wgpu 28, Sprint 2 APIs (activations, rng, tridiagonal_ql), healthSpring domain, batched logsumexp, CoralReefDevice. `PrecisionRoutingAdvice` with `F64NativeNoSharedMem` Ada Lovelace reclassification, `WORKGROUP_SIZE_1D` constant, cross-spring provenance registry, `BatchedOdeRK45F64`, `mean_variance_to_buffer`, coralReef Phase 10 IPC. Three-tier precision: F32/F64/Df64 (lean 3-tier model, F16+templates removed). Deep debt: typed errors, named constants, `Arc<str>` hot-path, `RwLock` compiler, ring buffer back-off, streaming pipeline completion. **Known issue**: `enable f64;` in WGSL triggers PTXAS silent-zero regression on Ada Lovelace — fix implemented locally in `pipeline_cache.rs`, pending upstream absorption. |
5 | 5 | **ToadStool**: S146 at `751b3849`. Hardware testing, PCIe transport, ResourceOrchestrator, 19,900+ tests. Absorbed neuralSpring `pipeline_graph` DAG + hotSpring `streaming_dispatch`. Dual-write discovery (canonical + coralReef-compatible). `GpuDevice` enrichment (render_node, driver, arch). `gpu.dispatch` + `shader.compile` + `orchestration` capabilities. Compute triangle unblocked. Deep debt, zero-copy. |
6 | 6 | **coralReef**: Iteration 49. `coral-glowplug` crate (sovereign PCIe broker), GV100 per-runlist registers, HBM2 training, bar cartography, 1842+ tests. Sovereign shader compiler (WGSL → native GPU binary). NVIDIA SM70-SM89, AMD RDNA2+ (E2E GPU dispatch verified on RDNA2). Three-tier precision architecture: f32 native, f64 DFMA+polynomial lowering, df64 preamble auto-prepend. `Fp64Strategy` in `CompileOptions`. Built-in `df64_preamble.wgsl`. 8 neuralSpring shaders in corpus. |
7 | | -**neuralSpring**: 1152 lib tests + 70 playGround + 73 forge tests, 260 binaries, 48 modules, 0 clippy warnings (pedantic+nursery, -D warnings), 0 fmt diffs. All 3 crate roots `forbid(unsafe_code)`. All files ≤1000 LOC. AGPL-3.0-or-later. **Zero C dependencies** in entire workspace (ecoBin compliant — reqwest/ring eliminated via Tower Atomic). **Rust Edition 2024** (let chains, reserved `gen` keyword, pattern ergonomics). proptest property-based testing (6 invariants). |
| 7 | +**neuralSpring**: 1155 lib tests + 75 playGround + 73 forge tests, 267 binaries, 67 modules, 0 clippy warnings (pedantic+nursery, -D warnings), 0 fmt diffs. All 3 crate roots `forbid(unsafe_code)`. All files ≤1000 LOC. AGPL-3.0-or-later. **Zero C dependencies** in entire workspace (ecoBin compliant — reqwest/ring eliminated via Tower Atomic). **Rust Edition 2024** (let chains, reserved `gen` keyword, pattern ergonomics). proptest property-based testing (6 invariants). |
| 8 | +**S166**: Doc evolution + V117 handoff — stale counts corrected (1155 lib, 75 playGround, 267 binaries, 67 modules, 225 tolerances), full barraCuda Sprint 7 review, archive sweep. V117 handoff. |
8 | 9 | **S165**: Ecosystem absorption — `mul_add()` FMA sweep (14 sites, 10 modules), IPC proptest invariants (8 new tests: RetryPolicy bounds, CircuitBreaker state machine, parse_capability_list fuzz, DispatchOutcome fuzz, IpcError contract), `specs/ECOSYSTEM_LEVERAGE_GUIDE.md`. V116 handoff. |
9 | 10 | **S164**: Deep debt evolution — 7 inline tolerances named and wired (domain_guards), `solve_symmetric` → `barracuda::linalg::solve::solve_f64_cpu()`, MSRV `rust-version = "1.87"` pinned across workspace, `/tmp` → `temp_dir()`, `partial_cmp().unwrap()` → `total_cmp()`, `tolerances/training.rs` extracted, test sockets → `niche::NICHE_NAME`. V115 handoff. |
10 | 11 | **S163**: Edition 2024 evolution — Rust Edition 2024 upgrade, `health.liveness`+`health.readiness` IPC probes, `ipc_resilience.rs` (RetryPolicy + CircuitBreaker), proptest (6 property tests), MCP tools 14→16, tolerance provenance doc comments, deny.toml hardened (unknown-git=deny, advisory DB), DispatchOutcome enriched. |
|
0 commit comments