-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[Reland][Environment Variable][5/N] Use thread-safe getenv functions #140594
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
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/140594
Note: Links to docs will display an error until the docs builds have been completed. ❗ 2 Active SEVsThere are 2 currently active SEVs. If your PR is affected, please view them below:
✅ No FailuresAs of commit 2a475fc with merge base b379a28 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@pytorchbot merge -r |
|
@pytorchbot started a rebase job onto refs/remotes/origin/viable/strict. Check the current status here |
|
Successfully rebased |
e9e4a5a to
2a475fc
Compare
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 |
…ytorch#140594) Reland of pytorch#139762 with no bug found. Pull Request resolved: pytorch#140594 Approved by: https://github.com/ezyang
…functions (#140594)" Summary: Failed to write the auto-tune result to `PYTORCH_TUNABLEOP_FILENAME` with this change (empty file) , reverting to unblock. Test Plan: CI Differential Revision: D66870750
…functions (#140594)" (#142226) Summary: Failed to write the auto-tune result to `PYTORCH_TUNABLEOP_FILENAME` with this change (empty file) , reverting to unblock. Test Plan: CI Differential Revision: D66870750 Pull Request resolved: #142226 Approved by: https://github.com/leitian
…functions (pytorch#140594)" (pytorch#142226) Summary: Failed to write the auto-tune result to `PYTORCH_TUNABLEOP_FILENAME` with this change (empty file) , reverting to unblock. Test Plan: CI Differential Revision: D66870750 Pull Request resolved: pytorch#142226 Approved by: https://github.com/leitian
Fixes #142403 ~~PR fixes breakage due to this commit 8cd7ad8b48a187df36bdc9ac1fcaf25db950eed6~~ PR is a partial reland of this #140594 with a unit test. Pull Request resolved: #142274 Approved by: https://github.com/jeffdaily, https://github.com/eqy
Fixes pytorch#142403 ~~PR fixes breakage due to this commit pytorch@8cd7ad8b48a187df36bdc9ac1fcaf25db950eed6~~ PR is a partial reland of this pytorch#140594 with a unit test. Pull Request resolved: pytorch#142274 Approved by: https://github.com/jeffdaily, https://github.com/eqy (cherry picked from commit dcb128d)
Reland of #139762 with no bug found.