spec(ship-two-models-spec): v2.86.0 — §41 records apr-cpu-vs-gpu-output-parity-v1 chain (PRs #1427-#1430)#1431
Merged
Conversation
…vs-gpu-output-parity-v1` chain (PRs #1427-#1430) Canonical record of today's 4-PR session that lands a 3-layer jidoka armor at the GPU-CPU dispatch boundary, closing §40's silent-gibberish loophole *as a regression class* (separate from the underlying GPU kernel fix). Net effect: default `apr run <model.apr>` on a SHIP-007-broken GPU build now emits the full backend-fallback chain on stderr without `--verbose`: [apr-cpu-vs-gpu-output-parity-v1] CUDA path rejected, attempting fallback: ... Backend: wgpu (Vulkan) ... so users always know which backend is actually serving their tokens — the `--no-gpu` documented workaround is now self-evidently the correct path on this build. MODEL-1 ship % nudges 80% → 87% because shipping `apr run` users with the documented workaround is now jidoka-safe. This section explicitly does NOT claim the SHIP-007 kernel bug is fixed — that remains an open track per §40. What §41 codifies is that the failure mode is now LOUD instead of SILENT. Five Whys + table of all 4 PRs + next-session pickup list (FALSIFY-CPU-GPU-005 part b OR MODEL-2 distill-train scaffolding) included. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
apr-cpu-vs-gpu-output-parity-v1v1.0.0 → v1.2.0 ACTIVE.MODEL-1 ship % nudges 80% → 87%
Because shipping default-mode
apr runusers with the--no-gpudocumented workaround is now jidoka-safe — the diagnostic path to that flag is automatically discoverable from any default invocation on the broken canonical 7B teacher build.Five Whys (in spec body)
Test plan
🤖 Generated with Claude Code