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-04-17 12:24:23 +02:00
2026-03-28 18:55:25 +01:00
2026-04-12 10:49:45 +02:00
2026-03-28 18:55:25 +01:00
2026-03-08 18:39:24 +01:00
2026-03-31 23:03:03 +02:00
2026-03-12 09:20:32 +01:00
2026-03-28 18:55:25 +01:00
2026-03-28 18:55:25 +01:00
2026-03-28 18:55:25 +01:00
2026-03-08 02:42:53 +01:00
2026-03-14 11:35:15 +01:00
2026-03-12 23:01:42 +01:00
2026-03-04 16:46:57 +01:00
2026-03-05 13:52:24 +01:00
2026-03-21 23:35:41 +01:00
2026-02-24 17:39:56 +01:00
2026-02-25 00:32:10 +01:00