Commit 148a43f
NNV_CONV_TRUST_FP32: clean 0/1 toggle + ship-policy docs (competition behavior unchanged) (#444)
* NNV_CONV_TRUST_FP32: clean 0/1 toggle + ship-policy documentation (competition behavior UNCHANGED)
Decision (Taylor): SHIP with the FP32 conv-screen unsat-emit ON for the competition (governs ~80
breadth-pts of cifar/tinyimagenet unsats; the FP64 reconfirm is too slow at the 100s budget). To make
it explorable post-competition:
- CONFIGURABILITY: replace the ~isempty(getenv(...)) footgun (where did NOT disable -- any
non-empty value counted as ON) with a clean i_envon() boolean: =1/true/on -> ON, =0/unset -> OFF
(-> the sound FP64 double-confirm). Competition env sets =1 -> behavior IDENTICAL. Verified:
i_envon('1')=1, ('0')=0, (unset)=0, ('true')=1, (' 1 ')=1, ('foo')=0; static analyzer clean.
- DOCUMENTATION: CONV_TRUST_FP32_POLICY.md (what it does, the αβ-CROWN/NeuralSAT-equivalent soundness
basis, the 0-false-robust gold-set validation + the overnight FP64 double-oracle on the 5 thin-margin
cases, what rides on it, the toggle, and the post-competition paths: sound-FP32 emit, FP64-only,
matmul measured-δ). Plus an inline env-file comment.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_015S5FFjy7MeJdSSovzjC6yw
* address Copilot feedback on #444: apply i_envon to NNV_SOUND_FP32_TIGHT + NNV_CONV_NO_STAR (same footgun); reword external status-repo refs
- NNV_SOUND_FP32_TIGHT and NNV_CONV_NO_STAR also used ~isempty(getenv(...)) so =0 wouldn't disable;
now clean i_envon() toggles (competition sets =1 -> unchanged). NNV_PHASE_LOG/DEBUG left as-is
(those are path-SET checks, not booleans).
- CONV_TRUST_FP32_POLICY.md: clarified the status-repo/ paths are in the team's SEPARATE internal
status-tracking repo, not this nnv repo (dangling-ref note).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_015S5FFjy7MeJdSSovzjC6yw
---------
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent 92c9132 commit 148a43f
3 files changed
Lines changed: 74 additions & 4 deletions
File tree
- code/nnv/examples/Submission/VNN_COMP2026
Lines changed: 53 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
Lines changed: 15 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1152 | 1152 | | |
1153 | 1153 | | |
1154 | 1154 | | |
1155 | | - | |
1156 | | - | |
| 1155 | + | |
| 1156 | + | |
| 1157 | + | |
| 1158 | + | |
| 1159 | + | |
1157 | 1160 | | |
1158 | 1161 | | |
1159 | 1162 | | |
| |||
1178 | 1181 | | |
1179 | 1182 | | |
1180 | 1183 | | |
1181 | | - | |
| 1184 | + | |
1182 | 1185 | | |
1183 | 1186 | | |
1184 | 1187 | | |
| |||
1216 | 1219 | | |
1217 | 1220 | | |
1218 | 1221 | | |
1219 | | - | |
| 1222 | + | |
1220 | 1223 | | |
1221 | 1224 | | |
1222 | 1225 | | |
| |||
2649 | 2652 | | |
2650 | 2653 | | |
2651 | 2654 | | |
| 2655 | + | |
| 2656 | + | |
| 2657 | + | |
| 2658 | + | |
| 2659 | + | |
| 2660 | + | |
| 2661 | + | |
| 2662 | + | |
2652 | 2663 | | |
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
22 | 28 | | |
23 | 29 | | |
24 | 30 | | |
| |||
0 commit comments