trunk/1ec60e20a915d032f91bf37306fca7d94f93bc01: [inductor] Make local AOTI arrayref tests host-independent (#196917)
- PyTorch 近 90 天出现 903 次
- PyTorch 近 90 天第 892 次发版
- 上一次:同一天稍早 · trunk/3e207a2ae036902fb7a773c6066b426ad15d6b67
发生了什么
Summary: The local AOTI arrayref target compiled both legacy libstdc++ and private libc++ DSOs, then loaded the legacy DSO first. Sandcastle hosts can preload an older platform libstdc++.so.6 that lacks symbols required by the local compiler, causing every test to fail during dlopen before the ABI-compatible DSO is exercised. Mark the local-build target to load the private ABI-compatible DSO directly. Keep the regul…
摘要按规则整理自下方来源原文