8000 [Cutlass] Fix int check in example tensor creation by mlazos · Pull Request #152306 · pytorch/pytorch · GitHub
[go: up one dir, main page]

Skip to content

[Cutlass] Fix int check in example tensor creation #152306

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 4 commits into from

Conversation

Copy link
pytorch-bot bot commented Apr 28, 2025

🔗 Helpful Links

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

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

❌ 1 New Failure

As of commit efbe863 with merge base de20d76 (image):

NEW FAILURE - The following job has failed:

  • Lint / Lint URLs / linux-job (gh)
    RuntimeError: Command docker exec -t 18e0fa0084eaf5e23ae710ae835c5f36a1ad962ca796009bb8f9663156d2fed4 /exec failed with exit code 1

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

mlazos added a commit that referenced this pull request Apr 28, 2025
ghstack-source-id: 710753e
Pull Request resolved: #152306
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
ghstack-source-id: 907aa83
Pull Request resolved: #152306
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 #151713

1 similar comment
@pytorchmergebot
Copy link
Collaborator

Starting merge as part of PR stack under #151713

mlazos added a commit that referenced this pull request Apr 29, 2025
ghstack-source-id: e6ce240
Pull Request resolved: #152306
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 #151713

2 similar comments
@pytorchmergebot
Copy link
Collaborator

Starting merge as part of PR stack under #151713

@pytorchmergebot
Copy link
Collaborator

Starting merge as part of PR stack under #151713

pytorchmergebot pushed a commit that referenced this pull request Apr 29, 2025
This PR implements the second codegen task of CUTLASS EVT: translating inductor epilogue nodes into python code that will be traced by the EVT infra.

Details:
The implementation uses a simple ops wrapper which only supports add and mul pointwise ops today (to be extended in the future). This ops wrapper generates python code from inner_fn of the epilogue nodes in the format EVT expects. The main caveat is that one of the outputs needs to be named "D" and the accumulator input needs to be named "acc". Reads/writes are named according to the inductor buffer names otherwise.

Previously merged:
* #150904
* #150903
* #150346
* #150345
* #150344

Pull Request resolved: #150905
Approved by: https://github.com/eellison
ghstack dependencies: #152305, #152306
pytorchmergebot pushed a commit that referenced this pull request Apr 29, 2025
pytorchmergebot pushed a commit that referenced this pull request Apr 29, 2025
mlazos added a commit that referenced this pull request May 1, 2025
…ling"


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 added a commit that referenced this pull request May 1, 2025
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 added a commit that referenced this pull request May 2, 2025
…ling"


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 added a commit that referenced this pull request May 2, 2025
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 added a commit that referenced this pull request May 3, 2025
…ling"


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 added a commit that referenced this pull request May 3, 2025
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 added a commit that referenced this pull request May 5, 2025
…ling"


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 added a commit that referenced this pull request May 5, 2025
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 added a commit that referenced this pull request May 5, 2025
…n codegen"


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


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 May 5, 2025
Previously merged:
* #151713
* #151405
* #150905
* #152306
* #152305


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

[ghstack-poisoned]
pytorchmergebot pushed a commit that referenced this pull request May 7, 2025
pytorchmergebot pushed a commit that referenced this pull request May 7, 2025
Previously merged:
* #151713
* #151405
* #150905
* #152306
* #152305

Allow epilogue nodes in cuda combined scheduling

Pull Request resolved: #150906
Approved by: https://github.com/eellison
ghstack dependencies: #152733
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants
0