Files
foxhunt/crates/ml/tests
jgrusewski 66f5fd8f00 fix(sp11): A1 follow-up — remove let _ + correct shmem in tests
Code-quality review on 91b48bc7a found two issues in
sp11_producer_unit_tests.rs:

- :281 `let _ = REWARD_COMPONENT_MAG_RATIO_BASE` violated
  feedback_no_hiding (silent dead-code suppression). Removed the
  suppression and the unused import. The ISV landing slot for the
  mag-ratio producer is exercised by Pearls A+D unit tests, not here.

- :190 saboteur_engagement test passed shared_mem_bytes=1024 for a
  kernel that uses __shared__ (static, allocated at compile time),
  not extern __shared__ (dynamic). Set to 0 matching the other two
  test launches.

cargo check + all 3 GPU oracle tests still pass.
2026-05-04 02:04:14 +02:00
..