-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Run MPS tests #78723
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
Run MPS tests #78723
Conversation
🔗 Helpful links
❌ 3 New FailuresAs of commit e70f542 (more details on the Dr. CI page): Expand to see more
🕵️ 3 new failures recognized by patternsThe following CI failures do not appear to be due to upstream breakages
|
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.
Awesome!
.github/workflows/trunk.yml
Outdated
MACOS_SCCACHE_S3_ACCESS_KEY_ID: ${{ secrets.MACOS_SCCACHE_S3_ACCESS_KEY_ID }} | ||
MACOS_SCCACHE_S3_SECRET_ACCESS_KEY: ${{ secrets.MACOS_SCCACHE_S3_SECRET_ACCESS_KEY }} | ||
|
||
macos-10-15-py3-arm64-test: |
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.
Should we call this macos-11-0-py3-arm64
or macos-12-3-py3-arm64
?
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.
Looks good.
@pytorchbot merge this |
❌ 🤖 pytorchbot command failed:
Try |
@pytorchbot merge |
Merge failed due to Refusing to merge as mandatory check(s) linux-docs / build-docs (cpp), win-vs2019-cuda11.3-py3 / build are pending/not yet run for rule superuser |
@pytorchbot merge -f |
And here is the first successful run on trunk: https://hud.pytorch.org/hud/pytorch/pytorch/master/1?name_filter=macos-12.3 |
This is awesome , thanks |
Summary: This adds a workflow, that is executed on MacOS 12.3+ machines and runs just test_mps.py Pull Request resolved: #78723 Approved by: https://github.com/albanD, https://github.com/kulinseth Test Plan: contbuild & OSS CI, see https://hud.pytorch.org/commit/pytorch/pytorch/f7ac389e71e55f84651141c01334dea668b3f90c Reviewed By: b0noI Differential Revision: D36906889 Pulled By: malfet fbshipit-source-id: afe457de2f62bfe476538987bf47ee18e724cafe
This adds a workflow, that is executed on MacOS 12.3+ machines and runs just test_mps.py Pull Request resolved: pytorch#78723 Approved by: https://github.com/albanD, https://github.com/kulinseth
This adds a workflow, that is executed on MacOS 12.3+ machines and runs just test_mps.py Pull Request resolved: #78723 Approved by: https://github.com/albanD, https://github.com/kulinseth (cherry picked from commit f7ac389)
This adds a workflow, that is executed on MacOS 12.3+ machines and runs just test_mps.py