We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello!
Looking at this:
31 | if torch.cuda.is_available(): 32 | return torch.device(torch.cuda.current_device()) 33 | # MPS breaks for whatever reason. Uncomment when it's working. 34 | # if torch.mps.is_available(): 35 | # return torch.device("mps")
It seems trivial to test with SYCL / oneAPI (e.g. Intel GPUs). Has anyone attempted this yet?
If not, I will try it as soon as I can and publish the results here.
The text was updated successfully, but these errors were encountered:
Have not tested XPU. If adding support is a simple change we would be happy to merge it.
Sorry, something went wrong.
No branches or pull requests
Hello!
Looking at this:
It seems trivial to test with SYCL / oneAPI (e.g. Intel GPUs). Has anyone attempted this yet?
If not, I will try it as soon as I can and publish the results here.
The text was updated successfully, but these errors were encountered: