-
Notifications
You must be signed in to change notification settings - Fork 431
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
bump PyTorch nightly to 20250131 #8098
base: main
Are you sure you want to change the base?
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. ✅ 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. |
ghstack-source-id: cd34ac490ffcb39c02375b39e19ccaadc627b4d0 ghstack-comment-id: 2627845968 Pull Request resolved: #8098
looks like PyTorch changed how it finds OpenMP on Mac: pytorch/pytorch#145870, pytorch/pytorch#145889 (CC @malfet) |
ghstack-source-id: 87d7b37794cbc6452c2a0da27a518f4c7588bc91 ghstack-comment-id: 2627845968 Pull Request resolved: #8098
ghstack-source-id: 95c1e018850e3cfe07772918e5150a6bd70d3df3 ghstack-comment-id: 2627845968 Pull Request resolved: #8098
let's try just installing libomp via brew? dogscience |
ghstack-source-id: fe44e772e3b6afa56d2f7541c0baf6faed0df10f ghstack-comment-id: 2627845968 Pull Request resolved: #8098
ghstack-source-id: c4941b5c8323ee019ef4806fbce86503fcd1e44b ghstack-comment-id: 2627845968 Pull Request resolved: #8098
@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 |
ghstack-source-id: de27be5e3d900b7cd2dd7fb4b64a24dad5eaea9e ghstack-comment-id: 2627845968 Pull Request resolved: #8098
verified that the remaining unittest-arm failure is actually due to an improvement in the generated code: https://gist.github.com/swolchok/8719569204620d04059c8d8bf10b311d |
ghstack-source-id: 72ace0daecd506cc6beca30904a77218a965f8c0 ghstack-comment-id: 2627845968 Pull Request resolved: #8098
No description provided.