viable/strict/1788565816: Disable addr2line symbolization by default (#195462)
- PyTorch 近 90 天出现 542 次
- PyTorch 近 90 天第 536 次发版
- 上一次:同一天稍早 · viable/strict/1788560676: Build Windows MAGMA for CUDA 13.4, drop CUDA 12.x builds (#196014)
发生了什么
Motivation: I noticed people keep disabling this in production jobs because the addr2line symbolization is really slow. If this really is a problem, we should disable it in OSS too. Human direction: Flip TORCH_DISABLE_ADDR2LINE so it is true by default, and expose a private torch._C API so the behavior can be tested without compiling a C++ extension. AI-assisted implementation summary: Default C++ stack trace symbol…
摘要按规则整理自下方来源原文