Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bisection with start/end versions. #2132

Closed
wants to merge 4 commits into from
Closed

Fix bisection with start/end versions. #2132

wants to merge 4 commits into from

Conversation

xuzhao9
Copy link
Contributor

@xuzhao9 xuzhao9 commented Jan 23, 2024

At the compile time, pytorch compilation will link with the system libstdcxx. At runtime, it will use the version provided by conda.

After the upgrade, Ubuntu 22.04 ships with libstdcxx 12.3.0, but the default conda version of libstdcxx-ng is 11.2.0.
Install libstdcxx-ng 12.3.0 to provide the ABI symbol GLIBCXX_3.4.30 at runtime.

Ubuntu 22.04 ships with glib 2.78.3, so it does not need the glib 2.69 trick anymore.

Test Plan:
https://github.com/pytorch/benchmark/actions/runs/7663583650

@facebook-github-bot
Copy link
Contributor

@xuzhao9 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@facebook-github-bot
Copy link
Contributor

@xuzhao9 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@facebook-github-bot
Copy link
Contributor

@xuzhao9 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@facebook-github-bot
Copy link
Contributor

@xuzhao9 merged this pull request in 1e84430.

@xuzhao9 xuzhao9 deleted the xz9/fix-bisect branch January 26, 2024 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants