Files
foxhunt/crates
jgrusewski 68ef8eea3e fix: remove ungraphed vaccine batch sampling from training loop
Vaccine now uses prev_grad_buf inside maintenance_child (graphed).
The external sample() call was launching ~10 ungraphed PER kernels
on the training stream every 5th step — potential CUmodule corruption
and CPU-GPU serialization point.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-19 09:09:46 +02:00
..