You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add progress markers, unbuffered output, and log replay
- Print "Starting/Finished test X on GPU Y" to trace during execution
- Capture per-test output to .log files (unbuffered with python -u)
- Replay all logs sequentially into trace after parallel section
- Trace reads like sequential execution; per-test .log files in artifacts
- OOM errors captured via unbuffered writes before process death
0 commit comments