jgrusewski
2c8967ad96
feat: compute-sanitizer support in Argo training workflow
Usage: ./scripts/argo-train.sh dqn --baseline --epochs 2 --sanitizer memcheck
./scripts/argo-train.sh dqn --baseline --epochs 1 --sanitizer synccheck
Tools: memcheck (OOB, uninitialized), racecheck (data races),
synccheck (__syncthreads divergence/deadlocks).
10-100x slower — use with 1-2 epochs for debugging.
Detects exact kernel + line causing GPU hang.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-17 12:24:23 +02:00
..
2026-03-12 01:44:03 +01:00
2026-03-31 22:40:37 +02:00
2026-04-17 01:29:42 +02:00
2026-03-13 11:56:56 +01:00
2026-04-17 12:24:23 +02:00
2026-03-31 01:33:31 +02:00
2026-03-04 23:46:36 +01:00
2026-03-04 23:46:36 +01:00
2026-03-17 08:34:51 +01:00
2026-03-31 01:33:31 +02:00
2026-03-11 22:00:13 +01:00
2026-03-29 21:01:03 +02:00
2026-03-13 11:54:22 +01:00
2026-03-19 00:38:20 +01:00