-
Notifications
You must be signed in to change notification settings - Fork 28.2k
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
[tests] skip tests for xpu #33553
[tests] skip tests for xpu #33553
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for adding!
In the future we might want something more general for other accelerators s.t. we can pass in e.g. a list to configure the decorator instead of having to have one per hardware
cc @ydshieh for reference
Good pint! @faaany I am a bit confused by the changes like
Previously, it was already has |
Hi @ydshieh , this test will not run on XPU. But we end up with |
Ah yeah, good point! Thanks for explaining. |
* enable * fix * add xpu skip * add marker * skip for xpu * add more * add one more
What does this PR do?
This PR skips some tests for xpu, as xpu doesn't have that feature yet.