Delete Vulkan from code generator.#46938
Closed
ezyang wants to merge 4 commits intogh/ezyang/855/basefrom
Closed
Conversation
It turns out that after #42194 landed we no longer actually generate any registrations into this file. That means it's completely unnecessary. Signed-off-by: Edward Z. Yang <ezyang@fb.com> [ghstack-poisoned]
💊 CI failures summary and remediationsAs of commit 501ceda (more details on the Dr. CI page):
🕵️ 1 new failure recognized by patternsThe following CI failures do not appear to be due to upstream breakages:
|
It turns out that after #42194 landed we no longer actually generate any registrations into this file. That means it's completely unnecessary. Signed-off-by: Edward Z. Yang <ezyang@fb.com> Differential Revision: [D24573518](https://our.internmc.facebook.com/intern/diff/D24573518) [ghstack-poisoned]
IvanKobzarev
approved these changes
Oct 27, 2020
It turns out that after #42194 landed we no longer actually generate any registrations into this file. That means it's completely unnecessary. Signed-off-by: Edward Z. Yang <ezyang@fb.com> Differential Revision: [D24573518](https://our.internmc.facebook.com/intern/diff/D24573518) [ghstack-poisoned]
This was referenced Oct 28, 2020
It turns out that after #42194 landed we no longer actually generate any registrations into this file. That means it's completely unnecessary. Signed-off-by: Edward Z. Yang <ezyang@fb.com> Differential Revision: [D24573518](https://our.internmc.facebook.com/intern/diff/D24573518) [ghstack-poisoned]
This was referenced Oct 28, 2020
Contributor
pytorchmergebot
pushed a commit
that referenced
this pull request
Apr 25, 2022
'--vulkan' no longer exists in 'tools/codegen/gen.py', was deleted in #46938. Pull Request resolved: #76080 Approved by: https://github.com/albanD
facebook-github-bot
pushed a commit
that referenced
this pull request
Apr 26, 2022
Summary: '--vulkan' no longer exists in 'tools/codegen/gen.py', was deleted in #46938. Pull Request resolved: #76080 Approved by: https://github.com/albanD Test Plan: contbuild & OSS CI, see https://hud.pytorch.org/commit/pytorch/pytorch/bc9bba9b439f50d74d1fd81882dc62c98ab67d85 Reviewed By: osalpekar Differential Revision: D35938179 fbshipit-source-id: adea7c1d4d23c5b0f9aa30bb3a99606cc566ef7c
laurentdupin
pushed a commit
to laurentdupin/pytorch
that referenced
this pull request
Apr 24, 2026
Summary: Pull Request resolved: pytorch#46938 It turns out that after pytorch#42194 landed we no longer actually generate any registrations into this file. That means it's completely unnecessary. Signed-off-by: Edward Z. Yang <ezyang@fb.com> Test Plan: Imported from OSS Reviewed By: IvanKobzarev Differential Revision: D24573518 Pulled By: ezyang fbshipit-source-id: b41ada9e394b780f037f5977596a36b896b5648c
laurentdupin
pushed a commit
to laurentdupin/pytorch
that referenced
this pull request
Apr 25, 2026
'--vulkan' no longer exists in 'tools/codegen/gen.py', was deleted in pytorch#46938. Pull Request resolved: pytorch#76080 Approved by: https://github.com/albanD
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stack from ghstack:
It turns out that after #42194
landed we no longer actually generate any registrations into this
file. That means it's completely unnecessary.
Signed-off-by: Edward Z. Yang ezyang@fb.com
Differential Revision: D24573518