Fix skipIfXpu and skipIfHpu and similar skip decorators#159862
Open
Flamefire wants to merge 1 commit intopytorch:mainfrom
Open
Fix skipIfXpu and skipIfHpu and similar skip decorators#159862Flamefire wants to merge 1 commit intopytorch:mainfrom
Flamefire wants to merge 1 commit intopytorch:mainfrom
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/159862
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit 6b179bf with merge base 24e0e50 ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
cc7a1ec to
7984b83
Compare
7984b83 to
6a8f9b9
Compare
6a8f9b9 to
4876364
Compare
5ff67a4 to
2dde45f
Compare
805ebf8 to
e2db79a
Compare
e2db79a to
332b823
Compare
9ef3be8 to
522c0fe
Compare
Collaborator
Author
|
@pytorchbot rebase |
Collaborator
|
@pytorchbot started a rebase job onto refs/remotes/origin/viable/strict. Check the current status here |
The decorators won't work when used on classes so use the unittest skip functions in their implementation. In many cases those can be simple aliases. Fixes pytorch#150779
Collaborator
|
Successfully rebased |
31f2947 to
6b179bf
Compare
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.
The decorators won't work when used on classes so use the unittest skip functions in their implementation.
In many cases those can be simple aliases.
Fixes #150779