summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-08-17E6 jobs: 16 cells [2,1000] K=32 cuda AMP (14 primary + 2 batch-128 ↵Void Agent
ablation); Addendum 6 locked 61b002f
2026-08-17perf(cuda): add AMP fp16 autocast with GradScaler and torch.compile ↵CaptainJack2491
reduce-overhead mode
2026-08-17feat(gpu): add CUDA support, chunked eval, bisect prime search, and scaling ↵CaptainJack2491
to 100k (48 tests green)
2026-08-17fix D2: integers-mode probe is N/A by construction (OOV probe inputs), ↵Void Agent
functional regression test; D2 scored (int tokens collapse task: O2, 0-13% vs digits 17-87%); NOTES + report Phase 4 updated; 42 tests
2026-08-16Phase 3 diagnostics results + analysis + report phase 4Void Agent
2026-08-16phase3: task_mode (is_prime), train_frac, lr_decay flags + tests (41 green); ↵Void Agent
Addendum 5 locked; 11-job batch
2026-08-15E2 wd sweep results + analysis + report phase 3Void Agent
2026-08-15E2 wd sweep: 8 jobs (0.01/0.1/0.3/3.0 x both models, seed 0; 1.0 = existing ↵Void Agent
control)
2026-08-15E1 results + analysis + report phase 2Void Agent
2026-08-15speedup: batched eval (46x, sieve-stub verified), run_sweep orchestrator ↵Void Agent
(2-way parallel, idempotent, summaries), E1 jobs; 36 tests
2026-08-14tidy: drop dead --ckpt arg, unused imports/vars; verified report pipeline ↵Void Agent
ad-hoc + 34 suite green
2026-08-14report pipeline: build_report.py (self-contained HTML), eval --runs-dir, ↵Void Agent
plot fix, halting per-input steps
2026-08-14eval: P1 diagnostic prediction-based (flagged set +209), classifier ↵Void Agent
regression suite (10 tests, stub ground truth); 34 tests green
2026-08-14fix codex BLOCKERs: global fixed layout invariance, min_steps off-by-one, ↵Void Agent
integers EOS alias, rerun guard, eval prereg-literal codes + dual-checkpoint honesty; +7 regression tests
2026-08-14rnn: fully-tied cell (read-in+compute+decode), lambda ramp, ACT regression ↵Void Agent
test; design: prior art + review
2026-08-14implement Experiment 1: data pipeline, tied-RNN w/ ACT halting, transformer ↵Void Agent
baseline, train/eval/plot, 16 tests
2026-08-14scaffold: README, LICENSE, design docs (spec + prereg from research repo ↵Void Agent
00c696d)