-
Notifications
You must be signed in to change notification settings - Fork 25.5k
Fix skipIfXpu and skipIfHpu and similar skip decorators #159862
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
base: main
Are you sure you want to change the base?
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 fa28ff2 with merge base 25c170b ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
cc7a1ec
to
7984b83
Compare
@pytorchbot label "topic: not user facing" |
7984b83
to
6a8f9b9
Compare
6a8f9b9
to
4876364
Compare
@pytorchbot rebase |
@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
Successfully rebased |
5ff67a4
to
2dde45f
Compare
Failure seems to be unrelated. Please review |
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