8000 [Cutlass] Integrate EVT into CUDACPPScheduling by mlazos · Pull Request #150906 · pytorch/pytorch · GitHub
[go: up one dir, main page]

Skip to content

[Cutlass] Integrate EVT into CUDACPPScheduling #150906

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

Closed
wants to merge 37 commits into from

Conversation

Allow epilogue nodes in cuda combined scheduling

[ghstack-poisoned]
Copy link
pytorch-bot bot commented Apr 9, 2025

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/150906

Note: Links to docs will display an error until the docs builds have been completed.

✅ No Failures

As of commit f20f30b with merge base ac9fcd6 (image):
💚 Looks good so far! There are no failures yet. 💚

This comment was automatically generated by Dr. CI and updates every 15 minutes.

Allow epilogue nodes in cuda combined scheduling

[ghstack-poisoned]
mlazos added a commit that referenced this pull request Apr 9, 2025
Allow epilogue nodes in cuda combined scheduling

ghstack-source-id: 2fb6476
Pull Request resolved: #150906
Allow epilogue nodes in cuda combined scheduling

cc voznesenskym penguinwu EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng wenzhe-nrv jiayisunx ipiszy chenyang78 kadeng muchulee8 amjames chauhang aakhundov

[ghstack-poisoned]
mlazos added a commit that referenced this pull request Apr 10, 2025
Allow epilogue nodes in cuda combined scheduling

ghstack-source-id: 5110af4
Pull Request resolved: #150906
Allow epilogue nodes in cuda combined scheduling

cc voznesenskym penguinwu EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng wenzhe-nrv jiayisunx ipiszy chenyang78 kadeng muchulee8 amjames chauhang aakhundov

[ghstack-poisoned]
mlazos added a commit that referenced this pull request Apr 10, 2025
Allow epilogue nodes in cuda combined scheduling

ghstack-source-id: e478fb9
Pull Request resolved: #150906
Allow epilogue nodes in cuda combined scheduling

cc voznesenskym penguinwu EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng wenzhe-nrv jiayisunx ipiszy chenyang78 kadeng muchulee8 amjames chauhang aakhundov

[ghstack-poisoned]
mlazos added a commit that referenced this pull request Apr 10, 2025
Allow epilogue nodes in cuda combined scheduling

ghstack-source-id: c2e1200
Pull Request resolved: #150906
Allow epilogue nodes in cuda combined scheduling

cc voznesenskym penguinwu EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng wenzhe-nrv jiayisunx ipiszy chenyang78 kadeng muchulee8 amjames chauhang aakhundov

[ghstack-poisoned]
mlazos added a commit that referenced this pull request Apr 11, 2025
Allow epilogue nodes in cuda combined scheduling

ghstack-source-id: 0b9f5d8
Pull Request resolved: #150906
mlazos added a commit that referenced this pull request Apr 11, 2025
Allow epilogue nodes in cuda combined scheduling

ghstack-source-id: 0b9f5d8
Pull Request resolved: #150906
Allow epilogue nodes in cuda combined scheduling

cc voznesenskym penguinwu EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng wenzhe-nrv jiayisunx ipiszy chenyang78 kadeng muchulee8 amjames chauhang aakhundov

[ghstack-poisoned]
mlazos added a commit that referenced this pull request Apr 11, 2025
Allow epilogue nodes in cuda combined scheduling

ghstack-source-id: eadedfc
Pull Request resolved: #150906
Allow epilogue nodes in cuda combined scheduling

cc voznesenskym penguinwu EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng wenzhe-nrv jiayisunx ipiszy chenyang78 kadeng muchulee8 amjames chauhang aakhundov

[ghstack-poisoned]
Allow epilogue nodes in cuda combined scheduling

cc voznesenskym penguinwu EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng wenzhe-nrv jiayisunx ipiszy chenyang78 kadeng muchulee8 amjames chauhang aakhundov

[ghstack-poisoned]
mlazos added a commit that referenced this pull request Apr 29, 2025
Allow epilogue nodes in cuda combined scheduling

ghstack-source-id: 06f94a7
Pull Request resolved: #150906

Updates to cuda_cpp_scheduling
mlazos added a commit that referenced this pull request Apr 29, 2025
Allow epilogue nodes in cuda combined scheduling

ghstack-source-id: 06f94a7
Pull Request resolved: #150906

Updates to cuda_cpp_scheduling
mlazos added a commit that referenced this pull request Apr 29, 2025
Allow epilogue nodes in cuda combined scheduling

ghstack-source-id: 06f94a7
Pull Request resolved: #150906

Updates to cuda_cpp_scheduling

cuda_cpp_scheduling
Allow epilogue nodes in cuda combined scheduling

cc voznesenskym penguinwu EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng wenzhe-nrv jiayisunx ipiszy chenyang78 kadeng muchulee8 amjames chauhang aakhundov

[ghstack-poisoned]
Copy link
Contributor
@eellison eellison left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some of the conditions here should have already been checked in the non backend specific schedulilng..

add test ?

mlazos added a commit that referenced this pull request Apr 29, 2025
Allow epilogue nodes in cuda combined scheduling

ghstack-source-id: abfdeac
Pull Request resolved: #150906

Updates to cuda_cpp_scheduling

cuda_cpp_scheduling
Allow epilogue nodes in cuda combined scheduling

cc voznesenskym penguinwu EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng wenzhe-nrv jiayisunx ipiszy chenyang78 kadeng muchulee8 amjames chauhang aakhundov

[ghstack-poisoned]
@wdvr wdvr added the ci-no-td Do not run TD on this PR label Apr 30, 2025
mlazos added a commit that referenced this pull request May 1, 2025
Allow epilogue nodes in cuda combined scheduling

ghstack-source-id: ec0ca8d
Pull Request resolved: #150906

Updates to cuda_cpp_scheduling

cuda_cpp_scheduling
Previously merged:
* #151713
* #151405
* #150905
* #152306
* #152305


Allow epilogue nodes in cuda combined scheduling

cc voznesenskym penguinwu EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng wenzhe-nrv jiayisunx ipiszy chenyang78 kadeng muchulee8 amjames chauhang aakhundov

[ghstack-poisoned]
8000
mlazos added a commit that referenced this pull request May 2, 2025
Allow epilogue nodes in cuda combined scheduling

ghstack-source-id: 9466a8c
Pull Request resolved: #150906

Updates to cuda_cpp_scheduling

cuda_cpp_scheduling
@mlazos
Copy link
Contributor Author
mlazos commented May 2, 2025

Some of the conditions here should have already been checked in the non backend specific schedulilng..

add test ?

I'm going to add tests in the next PR, it needs the next change to work e2e

mlazos added a commit that referenced this pull request May 2, 2025
Allow epilogue nodes in cuda combined scheduling

ghstack-source-id: 9466a8c
Pull Request resolved: #150906

Updates to cuda_cpp_scheduling

cuda_cpp_scheduling

cuda_cpp_scheduling updates
Previously merged:
* #151713
* #151405
* #150905
* #152306
* #152305


Allow epilogue nodes in cuda combined scheduling

cc voznesenskym penguinwu EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng wenzhe-nrv jiayisunx ipiszy chenyang78 kadeng muchulee8 amjames chauhang aakhundov

[ghstack-poisoned]
@mlazos mlazos requested a review from eellison May 2, 2025 21:01
mlazos added a commit that referenced this pull request May 3, 2025
Allow epilogue nodes in cuda combined scheduling

ghstack-source-id: f264618
Pull Request resolved: #150906

Updates to cuda_cpp_scheduling

cuda_cpp_scheduling

cuda_cpp_scheduling updates
Previously merged:
* #151713
* #151405
* #150905
* #152306
* #152305


Allow epilogue nodes in cuda combined scheduling

cc voznesenskym penguinwu EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng wenzhe-nrv jiayisunx ipiszy chenyang78 kadeng muchulee8 amjames chauhang aakhundov

[ghstack-poisoned]
@mlazos mlazos added the ciflow/trunk Trigger trunk jobs on your pull request label May 3, 2025
mlazos added a commit that referenced this pull request May 5, 2025
Allow epilogue nodes in cuda combined scheduling

ghstack-source-id: 8e930e5
Pull Request resolved: #150906

Updates to cuda_cpp_scheduling

cuda_cpp_scheduling

cuda_cpp_scheduling updates
Previously merged:
* #151713
* #151405
* #150905
* #152306
* #152305


Allow epilogue nodes in cuda combined scheduling

cc voznesenskym penguinwu EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng wenzhe-nrv jiayisunx ipiszy chenyang78 kadeng muchulee8 amjames chauhang aakhundov

[ghstack-poisoned]
@pytorchmergebot
Copy link
Collaborator

Starting merge as part of PR stack under #151406

pytorchmergebot pushed a commit that referenced this pull request May 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants
< 2A4A /main>
0