-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[cutlass backend] Allow bmm use cases when batch stride is 0 #160356
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
Differential Revision: [D80035771](https://our.internmc.facebook.com/intern/diff/D80035771/) [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/160356
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit b207748 with merge base 334b38c ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Differential Revision: [D80035771](https://our.internmc.facebook.com/intern/diff/D80035771/) ghstack-source-id: 302225119 Pull Request resolved: #160356
|
This pull request was exported from Phabricator. Differential Revision: D80035771 |
|
@pytorchbot merge |
Merge failedReason: This PR needs a If not, please add the To add a label, you can comment to pytorchbot, for example For more information, see Details for Dev Infra teamRaised by workflow job |
|
@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 |
Differential Revision: [D80035771](https://our.internmc.facebook.com/intern/diff/D80035771/) The motivation and the original change is to reduce the number parameters we pass into the kernel, which was motivated by aesthetic reasons only. But seeing the need to use different batch stride, we should just pass in the batch stride. That would be a good long term fix. Pull Request resolved: #160356 Approved by: https://github.com/mlazos
Differential Revision: [D80035771](https://our.internmc.facebook.com/intern/diff/D80035771/) The motivation and the original change is to reduce the number parameters we pass into the kernel, which was motivated by aesthetic reasons only. But seeing the need to use different batch stride, we should just pass in the batch stride. That would be a good long term fix. Pull Request resolved: #160356 Approved by: https://github.com/mlazos
…#160356) Differential Revision: [D80035771](https://our.internmc.facebook.com/intern/diff/D80035771/) The motivation and the original change is to reduce the number parameters we pass into the kernel, which was motivated by aesthetic reasons only. But seeing the need to use different batch stride, we should just pass in the batch stride. That would be a good long term fix. Pull Request resolved: pytorch#160356 Approved by: https://github.com/mlazos
…#160356) Differential Revision: [D80035771](https://our.internmc.facebook.com/intern/diff/D80035771/) The motivation and the original change is to reduce the number parameters we pass into the kernel, which was motivated by aesthetic reasons only. But seeing the need to use different batch stride, we should just pass in the batch stride. That would be a good long term fix. Pull Request resolved: pytorch#160356 Approved by: https://github.com/mlazos
Stack from ghstack (oldest at bottom):
Differential Revision: D80035771
The motivation and the original change is to reduce the number parameters we pass into the kernel, which was motivated by aesthetic reasons only.
But seeing the need to use different batch stride, we should just pass in the batch stride. That would be a good long term fix.
cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @ipiszy @chenyang78 @kadeng @muchulee8 @amjames @chauhang @aakhundov @coconutruben