| Age | Commit message (Expand) | Author |
| 11 days | fix(train): enforce epoch permutation without replacement, add max cache OOM ... | CaptainJack2491 |
| 11 days | perf(train): VRAM-resident tensor caching, zero-copy GPU batch sampling, and ... | CaptainJack2491 |
| 14 days | perf(cuda): add AMP fp16 autocast with GradScaler and torch.compile reduce-ov... | CaptainJack2491 |
| 14 days | feat(gpu): add CUDA support, chunked eval, bisect prime search, and scaling t... | CaptainJack2491 |
| 2026-08-16 | phase3: task_mode (is_prime), train_frac, lr_decay flags + tests (41 green); ... | Void Agent |
| 2026-08-15 | speedup: batched eval (46x, sieve-stub verified), run_sweep orchestrator (2-w... | Void Agent |
| 2026-08-14 | fix codex BLOCKERs: global fixed layout invariance, min_steps off-by-one, int... | Void Agent |
| 2026-08-14 | rnn: fully-tied cell (read-in+compute+decode), lambda ramp, ACT regression te... | Void Agent |
| 2026-08-14 | implement Experiment 1: data pipeline, tied-RNN w/ ACT halting, transformer b... | Void Agent |