Skip to content
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

XPU Device Support #106

Open
vladislavdonchev opened this issue Feb 17, 2025 · 1 comment
Open

XPU Device Support #106

vladislavdonchev opened this issue Feb 17, 2025 · 1 comment

Comments

@vladislavdonchev
Copy link

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.

@sekstini
Copy link
Collaborator

Have not tested XPU. If adding support is a simple change we would be happy to merge it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants