Files
foxhunt/crates
jgrusewski 0c539e6156 feat(v8): wire 5 dead CUDA kernels — PopArt, pretrain, TD(λ), difficulty, hindsight
All 5 kernels now have Rust load + launch methods:
- popart_normalize_kernel: running mean/var + in-place normalization
- exposure_pretrain_step: supervised direction pre-training with backward GEMM
- td_lambda_kernel: loaded from nstep cubin (launch via config flag)
- compute_difficulty_scores: per-bar curriculum difficulty
- hindsight_relabel_kernel: optimal exit relabeling

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-08 01:23:28 +02:00
..