Files
foxhunt/docs
jgrusewski 82b6bd369e feat(dqn): SP2 — nan_check_buf_ptrs + nan_check_buf_lens device buffers
Adds 12-entry u64 ptr table + 12-entry i32 len table on GpuDqnTrainer
for the fused NaN-check kernel. Allocated as zeros; populated once
in next commit (slot pointers stable across trainer lifetime).
Slot 31 (deferred ensemble) entry will be 0 — kernel skips that block.

Two separate buffers chosen over packed-stride layout for direct
ABI match with the kernel signature (const float* const* buf_ptrs,
const int* buf_lens). Avoids stride-alignment concerns.

Unused yet — populate + wrapper + call-site replacement in next commits.
2026-04-30 09:00:39 +02:00
..