Add ARM64 cross-compilation build on OS X#49751
Add ARM64 cross-compilation build on OS X#49751janeyx99 wants to merge 2 commits intopytorch:masterfrom
Conversation
💊 CI failures summary and remediationsAs of commit 5743aef (more details on the Dr. CI page): ✅ None of the CI failures appear to be your fault 💚
🚧 1 ongoing upstream failure:These were probably caused by upstream breakages that are not fixed yet.
This comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.Please report bugs/suggestions to the (internal) Dr. CI Users group. |
d5ac004 to
70fc16e
Compare
70fc16e to
36d89a8
Compare
0b80c51 to
8ece82e
Compare
86493f9 to
afdd773
Compare
7fe3cd1 to
b8c9885
Compare
facebook-github-bot
left a comment
There was a problem hiding this comment.
@janeyx99 has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
change miniconda to use python 3.8 for mac builds upping wheel version and MACOS_DEPLOYMENT_TARGET
b8c9885 to
d5a5350
Compare
facebook-github-bot
left a comment
There was a problem hiding this comment.
@janeyx99 has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
dc056b8 to
3be1c72
Compare
facebook-github-bot
left a comment
There was a problem hiding this comment.
@janeyx99 has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
3be1c72 to
5743aef
Compare
facebook-github-bot
left a comment
There was a problem hiding this comment.
@janeyx99 has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
Summary: Tests cross-compilation of ARM64 architecture in MacOS CI. This should be merged after PR pytorch#50243 and pytorch#50922 (adding a fix). The reason we pin the wheel to be version 0.36.2 is because lower versions cannot handle c38 as a tag for the wheel. Pull Request resolved: pytorch#49751 Reviewed By: albanD Differential Revision: D26411133 Pulled By: janeyx99 fbshipit-source-id: 00a5cf597aee10adea1547579270cb3b38732563
Summary: Tests cross-compilation of ARM64 architecture in MacOS CI. This should be merged after PR pytorch#50243 and pytorch#50922 (adding a fix). The reason we pin the wheel to be version 0.36.2 is because lower versions cannot handle c38 as a tag for the wheel. Pull Request resolved: pytorch#49751 Reviewed By: albanD Differential Revision: D26411133 Pulled By: janeyx99 fbshipit-source-id: 00a5cf597aee10adea1547579270cb3b38732563
Tests cross-compilation of ARM64 architecture in MacOS CI.
This should be merged after PR #50243 and #50922 (adding a fix).
The reason we pin the wheel to be version 0.36.2 is because lower versions cannot handle c38 as a tag for the wheel.