-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[MPS][BE] Add virtual destructor #141476
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
Closed
[MPS][BE] Add virtual destructor #141476
Conversation
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
[ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/141476
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 70e5319 with merge base 2398e75 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This was referenced Nov 25, 2024
cyyever
approved these changes
Nov 25, 2024
Skylion007
approved these changes
Nov 25, 2024
pytorchmergebot
pushed a commit
that referenced
this pull request
Nov 25, 2024
By guarding Metal framework include and defining all ObjC protocols to dummy `void*` Pull Request resolved: #141477 Approved by: https://github.com/Skylion007 ghstack dependencies: #141474, #141475, #141476
This was referenced Nov 25, 2024
pytorchmergebot
pushed a commit
that referenced
this pull request
Nov 27, 2024
That returns names of all the function in shader Pull Request resolved: #141499 Approved by: https://github.com/manuelcandales, https://github.com/Skylion007 ghstack dependencies: #141474, #141475, #141476, #141477
pobin6
pushed a commit
to pobin6/pytorch
that referenced
this pull request
Dec 5, 2024
As classes with virtual methods must have virtual destructors Pull Request resolved: pytorch#141476 Approved by: https://github.com/cyyever, https://github.com/Skylion007 ghstack dependencies: pytorch#141474, pytorch#141475
pobin6
pushed a commit
to pobin6/pytorch
that referenced
this pull request
Dec 5, 2024
By guarding Metal framework include and defining all ObjC protocols to dummy `void*` Pull Request resolved: pytorch#141477 Approved by: https://github.com/Skylion007 ghstack dependencies: pytorch#141474, pytorch#141475, pytorch#141476
pobin6
pushed a commit
to pobin6/pytorch
that referenced
this pull request
Dec 5, 2024
That returns names of all the function in shader Pull Request resolved: pytorch#141499 Approved by: https://github.com/manuelcandales, https://github.com/Skylion007 ghstack dependencies: pytorch#141474, pytorch#141475, pytorch#141476, pytorch#141477
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
ciflow/mps
Run MPS tests (subset of trunk)
Merged
release notes: mps
Release notes category
topic: not user facing
topic category
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 (oldest at bottom):
As classes with virtual methods must have virtual destructors