-
Notifications
You must be signed in to change notification settings - Fork 22.8k
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
Add meta func for scaled mm #112609
Add meta func for scaled mm #112609
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/112609
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 2 Unrelated FailuresAs of commit cca6cfe with merge base fb0e3a5 (): NEW FAILURE - The following job has failed:
FLAKY - The following jobs failed but were likely due to flakiness present on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
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 - can you make sure there are opinfo inputs if there arent already ?
@pytorchbot merge |
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 |
@pytorchbot revert -m 'Sorry for reverting this change, but it is failing ROCm jobs https://hud.pytorch.org/pytorch/pytorch/commit/75174c379712433af1ff810b36e34573b3d2587e' -c nosignal We are having capacity issue with ROCm runner, so ROCm jobs are only run in trunk atm. I will add |
@pytorchbot successfully started a revert job. Check the current status here. |
@drisspg your PR has been successfully reverted. |
This reverts commit 75174c3. Reverted #112609 on behalf of https://github.com/huydhn due to Sorry for reverting this change, but it is failing ROCm jobs https://hud.pytorch.org/pytorch/pytorch/commit/75174c379712433af1ff810b36e34573b3d2587e ([comment](#112609 (comment)))
@huydhn no worries, I imagine that I just need to add one more decorator to the op info, but will wait for CI to confirm |
@pytorchbot merge |
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 |
Merge failedReason: 1 jobs have failed, first few of them are: linux-binary-libtorch-cxx11-abi / libtorch-cpu-shared-with-deps-cxx11-abi-test / test Details for Dev Infra teamRaised by workflow job |
Just FYI, the binary build failure is unrelated and comes from pytorch/builder#1578 (comment), so that should be safe to bypass |
@pytorchbot merge -f "unrelated failures" |
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Please use Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
# Summary Adds a meta implementation for _scaled_mm which is required for dynamic shapes Pull Request resolved: pytorch#112609 Approved by: https://github.com/eellison, https://github.com/malfet
This reverts commit 75174c3. Reverted pytorch#112609 on behalf of https://github.com/huydhn due to Sorry for reverting this change, but it is failing ROCm jobs https://hud.pytorch.org/pytorch/pytorch/commit/75174c379712433af1ff810b36e34573b3d2587e ([comment](pytorch#112609 (comment)))
# Summary Adds a meta implementation for _scaled_mm which is required for dynamic shapes Pull Request resolved: pytorch#112609 Approved by: https://github.com/eellison, https://github.com/malfet
# Summary Adds a meta implementation for _scaled_mm which is required for dynamic shapes Pull Request resolved: pytorch#112609 Approved by: https://github.com/eellison, https://github.com/malfet
This reverts commit 75174c3. Reverted pytorch#112609 on behalf of https://github.com/huydhn due to Sorry for reverting this change, but it is failing ROCm jobs https://hud.pytorch.org/pytorch/pytorch/commit/75174c379712433af1ff810b36e34573b3d2587e ([comment](pytorch#112609 (comment)))
# Summary Adds a meta implementation for _scaled_mm which is required for dynamic shapes Pull Request resolved: pytorch#112609 Approved by: https://github.com/eellison, https://github.com/malfet
Summary
Adds a meta implementation for _scaled_mm which is required for dynamic shapes
cc @yanbing-j @vkuzo @albanD @kadeng