jgrusewski
667e61734c
fix: scope event tracking disable to CUDA Graph capture only
...
disable_event_tracking() was called globally in GpuDqnTrainer::new(),
polluting the CUDA context for ALL subsequent operations including
other models (TFT, PPO). This caused test_tft_adapter_deterministic
to fail when run after DQN tests.
Fix: disable/enable only inside capture_training_graph(), not at
construction. The capture region is the only place where CudaEvents
are disallowed.
Result: 855/855 ml lib tests pass (was 854/855 with 1 flaky failure).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-20 12:19:56 +01:00
..
2026-03-08 15:17:22 +01:00
2026-03-08 15:17:22 +01:00
2026-03-20 11:38:52 +01:00
2026-03-08 15:17:22 +01:00
2026-02-25 11:56:00 +01:00
2026-03-20 12:19:56 +01:00
2026-03-19 01:04:09 +01:00
2026-03-19 13:38:49 +01:00
2026-03-08 15:17:22 +01:00
2026-03-08 15:17:22 +01:00
2026-03-18 13:31:35 +01:00
2026-03-19 08:55:55 +01:00
2026-03-18 21:03:09 +01:00
2026-03-08 15:17:22 +01:00
2026-03-08 15:17:22 +01:00
2026-03-18 19:36:41 +01:00
2026-03-19 01:04:09 +01:00
2026-02-25 11:56:00 +01:00
2026-03-19 01:04:09 +01:00
2026-03-18 19:36:41 +01:00
2026-03-19 01:04:09 +01:00
2026-03-08 15:17:22 +01:00
2026-03-18 19:36:41 +01:00
2026-03-18 20:41:04 +01:00
2026-03-08 15:17:22 +01:00
2026-03-16 21:01:28 +01:00
2026-03-08 15:17:22 +01:00
2026-03-08 15:17:22 +01:00
2026-03-19 01:04:09 +01:00
2026-03-08 15:17:22 +01:00
2026-03-08 15:17:22 +01:00
2026-02-25 11:56:00 +01:00
2026-03-08 15:17:22 +01:00
2026-03-08 15:17:22 +01:00
2026-03-08 15:17:22 +01:00
2026-03-15 11:59:31 +01:00
2026-03-19 01:04:09 +01:00
2026-03-18 19:36:41 +01:00
2026-03-18 19:36:41 +01:00
2026-03-20 12:12:16 +01:00
2026-03-18 19:36:41 +01:00
2026-03-18 14:47:33 +01:00
2026-03-08 15:17:22 +01:00
2026-03-19 01:04:09 +01:00
2026-03-19 01:04:09 +01:00
2026-02-25 11:56:00 +01:00
2026-03-08 15:13:41 +01:00
2026-03-18 13:31:35 +01:00
2026-02-25 11:56:00 +01:00
2026-03-20 11:38:52 +01:00
2026-03-18 19:36:41 +01:00
2026-03-14 11:35:15 +01:00
2026-03-16 21:01:28 +01:00
2026-03-20 01:05:44 +01:00
2026-03-20 11:51:59 +01:00
2026-02-25 11:56:00 +01:00
2026-03-14 11:35:15 +01:00
2026-03-18 17:20:23 +01:00
2026-03-18 09:57:24 +01:00
2026-03-18 00:24:35 +01:00
2026-03-19 01:04:09 +01:00
2026-03-01 18:29:43 +01:00
2026-03-12 01:44:03 +01:00