← 返回事件
持续讨论AI发版

ciflow/trunk/195079: [dynamo] Decode minifier subprocess output leniently in isolate_fails

图:PyTorch Releases

发生了什么

#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…

摘要按规则整理自下方来源原文

为什么在扩散

来源