jgrusewski
d5e1214f25
fix(sp11): B1a — saboteur GPU multiplication + SimHash state_stride
Per feedback_cpu_is_read_only, saboteur effective scale now computed
on-device:
- saboteur_generate_params kernel signature gains isv ptr +
saboteur_intensity_mult_slot parameter
- Kernel reads `mult = fmaxf(isv[saboteur_intensity_mult_slot],
SABOTEUR_MIN)` (sentinel-0 defense for cold-start before A2's
controller first runs) and applies `effective_scale = base × mult`
to perturbation generation
- gpu_experience_collector.rs launcher updated; only one call site
SimHash state_stride parameter added to lookup + update kernels —
prepares for B1c replay-time curiosity wiring against trainer.
states_buf which is STATE_DIM_PADDED=128-strided. Kernel inner loop
reads `state[i × state_stride + d]` (was `i × 42 + d`). Proj-init
kernel unchanged (writes projection, doesn't read states).
Pre-requisite for B1c (curiosity wiring) and a small atomic step
toward full SP11 production behavior.
cargo check + build clean; 6/6 SP11 GPU tests + 14/14 contract tests
still pass.
2026-05-04 08:51:23 +02:00
..
2026-02-23 11:19:58 +01:00
2026-03-11 22:00:13 +01:00
2026-05-04 00:40:36 +02:00
2026-04-30 17:26:25 +02:00
2026-05-02 21:13:53 +02:00
2026-04-27 22:19:41 +02:00
2026-05-04 08:51:23 +02:00
2026-04-25 12:29:47 +02:00
2026-04-28 23:54:45 +02:00
2026-05-04 02:26:05 +02:00
2026-04-28 09:23:32 +02:00
2026-04-26 10:36:03 +02:00