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
@TomMelt suggested we check support on AMD GPU devices and offered to test on a suitable machine.
To do this may require modifications akin to those in #125.
The text was updated successfully, but these errors were encountered:
I think this would require downloading ROCM compatible rather than CUDA compatible libtorch as described here: https://pytorch.org/blog/pytorch-for-amd-rocm-platform-now-available-as-python-package/
We would then need to add the relevant enum to target the AMD backend.
This is perhaps something that could be combined in #125, or at least follow a very similar pattern.
Sorry, something went wrong.
TomMelt
No branches or pull requests
@TomMelt suggested we check support on AMD GPU devices and offered to test on a suitable machine.
To do this may require modifications akin to those in #125.
The text was updated successfully, but these errors were encountered: