Add fabi-version=11 to ensure compatibility between gcc7 and gcc9 binaries for _GLIBCXX_USE_CXX11_ABI=1#93835
Add fabi-version=11 to ensure compatibility between gcc7 and gcc9 binaries for _GLIBCXX_USE_CXX11_ABI=1#93835zhuhong61 wants to merge 1 commit intopytorch:mainfrom
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/93835
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 FailuresAs of commit 8931c07: This comment was automatically generated by Dr. CI and updates every 15 minutes. |
b957bef to
ce36efc
Compare
…aries for _GLIBCXX_USE_CXX11_ABI=1
ce36efc to
8931c07
Compare
malfet
left a comment
There was a problem hiding this comment.
Sure, though why this is still necessary? We should be building everything with g++9, as gcc-7 is not C++17 compliant
|
@pytorchbot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Merge failedReason: 1 mandatory check(s) failed (Rule Dig deeper by viewing the failures on hud Details for Dev Infra teamRaised by workflow job |
Hi @malfet Because the cxx11_abi=1 wheel test will be blocked by this check: https://github.com/pytorch/builder/blob/main/check_binary.sh#L440. We got _cxxabi1013, not _cxxabi1011. |
|
By the way, we have picked these changes into #79409. |
I've noticed that and imho this is not a very good practice. |
|
@pytorchbot merge -f "XLA failures are unrelated" |
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
|
@malfet This pr is breaking pytorch/xla build, can we revert and investigate tmr? |
|
I think currently on CI we enable the ABI, the failure is when we try to build pytorch, it doesn't even get to the pytorch/xla. It seems like we are the only CI that runs on clang-8. |
|
@pytorchbot revert -m 'This breaks XLA build https://hud.pytorch.org/pytorch/pytorch/commit/b562be793a7f9fa8923b09367c320b1c378f6d25' -c ignoredsignal |
|
Thanks @huydhn ! |
|
@pytorchbot successfully started a revert job. Check the current status here. |
|
@zhuhong61 your PR has been successfully reverted. |
…gcc9 binaries for _GLIBCXX_USE_CXX11_ABI=1 (#93835)" This reverts commit b562be7. Reverted #93835 on behalf of https://github.com/huydhn due to This breaks XLA build https://hud.pytorch.org/pytorch/pytorch/commit/b562be793a7f9fa8923b09367c320b1c378f6d25
Sorry about the regression |
|
Looks like this PR hasn't been updated in a while so we're going to go ahead and mark this as |
Fixes ##92550