-
Notifications
You must be signed in to change notification settings - Fork 38
Generalize the cuda-bias test cases by replacing hardcoded "cuda" literal with the DEVICE variable #775
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
Conversation
I checked all failures. It was due to a newly added line of code to skip a few test cases on XPU - Should I update the expected file directly? @yf225 |
Run tests with EXPECTTEST_ACCEPT=1 to automatically update expected files |
you need to rebase one more time |
c2cbb7c
to
d0b3ab6
Compare
@EikanWang you're still having some line number disparity, please rebase to main and run
|
Thanks. I will find a CUDA machine and do it. |
bb1f0ee
to
4ec76e6
Compare
@EikanWang is there an XPU machine we can use for the CI? |
@oulgen , we are setting up the XPU machines and will enable XPU CI as long as these machines are ready. |
As the title.