summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
22 hoursfix(eval): structured-mode greedy decode capped at in-range layout bound (369...Void Agent
45 hoursfix(transformer): increase positional embedding and causal mask buffer to 102...CaptainJack2491
45 hoursoptimize E8: precompute causal mask buffer, add eval early exit, and enable c...CaptainJack2491
45 hoursimplement Addendum 8: 6-arm token-space recurrence suite (arms A, B, C, D1, D...CaptainJack2491
7 dayseval: strip torch.compile _orig_mod./module. prefixes when loading checkpoint...Void Agent
11 daysfix(train): enforce epoch permutation without replacement, add max cache OOM ...CaptainJack2491
11 daysperf(train): VRAM-resident tensor caching, zero-copy GPU batch sampling, and ...CaptainJack2491
11 daysfix(eval): correct sieve-rank indexing + test expectationsVoid Agent
11 daysfix(eval): P5/P6 sieve-rank ladder replaces hardcoded FLAGGED_SIEVE_PREDSVoid Agent
2026-08-17perf(cuda): add AMP fp16 autocast with GradScaler and torch.compile reduce-ov...CaptainJack2491
2026-08-17feat(gpu): add CUDA support, chunked eval, bisect prime search, and scaling t...CaptainJack2491
2026-08-17fix D2: integers-mode probe is N/A by construction (OOV probe inputs), functi...Void Agent
2026-08-16phase3: task_mode (is_prime), train_frac, lr_decay flags + tests (41 green); ...Void Agent
2026-08-15speedup: batched eval (46x, sieve-stub verified), run_sweep orchestrator (2-w...Void Agent
2026-08-14tidy: drop dead --ckpt arg, unused imports/vars; verified report pipeline ad-...Void Agent
2026-08-14report pipeline: build_report.py (self-contained HTML), eval --runs-dir, plot...Void Agent
2026-08-14eval: P1 diagnostic prediction-based (flagged set +209), classifier regressio...Void Agent
2026-08-14fix codex BLOCKERs: global fixed layout invariance, min_steps off-by-one, int...Void Agent
2026-08-14rnn: fully-tied cell (read-in+compute+decode), lambda ramp, ACT regression te...Void Agent
2026-08-14implement Experiment 1: data pipeline, tied-RNN w/ ACT halting, transformer b...Void Agent