-
Notifications
You must be signed in to change notification settings - Fork 608
bump PyTorch nightly to 20250131 #8098
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
Stack from ghstack (oldest at bottom): |
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/8098
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ✅ You can merge normally! (2 Unrelated Failures)As of commit 444dd52 with merge base 6b58e2e ( BROKEN TRUNK - The following jobs failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
looks like PyTorch changed how it finds OpenMP on Mac: pytorch/pytorch#145870, pytorch/pytorch#145889 (CC @malfet) |
let's try just installing libomp via brew? dogscience |
@huydhn is this the right way to install libomp? |
collecting failures:
|
@@ -1,4 +1,5 @@ | |||
cmake=3.22.1 | |||
ninja=1.10.2 | |||
libuv | |||
llvm-openmp |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this one needed given that there is this line to install libomp here https://github.com/pytorch/executorch/blob/main/.ci/docker/common/install_clang.sh#L16?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IIRC @malfet told me to add this one
@@ -121,6 +121,7 @@ setup_macos_env_variables | |||
# NB: we need buck2 in all cases because cmake build also depends on calling | |||
# buck2 atm | |||
install_buck | |||
brew install libomp |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is ok, PyTorch is doing the same thing on MacOS.
unittest-arm failure seems to be caused by https://github.com/pytorch/pytorch/pull/145939/files#r1939935947 . I'm not familiar with the gritty details of Python importing and exporting so I don't know how to work around this issue. Anybody know? |
got a fix in reply on that PR |
verified that the remaining unittest-arm failure is actually due to an improvement in the generated code: https://gist.github.com/swolchok/8719569204620d04059c8d8bf10b311d |
test-custom-ops-macos timed out at 30m when it normally takes 10m on trunk; rerunning. the other two failures are known timeouts |
we are green except for the two known trunk timeouts, merging! |
No description provided.