ciflow/trunk/195079: [dynamo] Decode minifier subprocess output leniently in isolate_fails
- PyTorch 近 90 天出现 165 次
- PyTorch 近 90 天第 163 次发版
- 上一次:同一天稍早 · trunk/bb08ec571beb9b96a9112234ae6d7974ff609c1d
发生了什么
#190696 fixed the non-UTF-8 decode in the minifier test harness (test_minifier_common), but the production minifier still decoded the crashing repro subprocess's stdout/stderr with strict UTF-8 in after_aot.py's isolate_fails(). On ROCm the GPU-runtime-error repro emits non-UTF-8 bytes (a HIP abort), so isolate_fails() raised UnicodeDecodeError before repro.py was written, and MinifierIsolateTests. test_after_aot_gp…
摘要按规则整理自下方来源原文