-
Notifications
You must be signed in to change notification settings - Fork 58
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
Recruiting GPU not possible (coordinate-based meta-analysis) #819
Labels
bug
Issues noting problems and PRs fixing those problems.
Comments
MaxKorbmacher
added
the
bug
Issues noting problems and PRs fixing those problems.
label
Jul 20, 2023
Whole notebook:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
When fitting a coordinate-based meta-regression model (Google Collab, with correct GPU settings), GPUs are not recruited appropriately. Instead CPUs are used.
Here is the error message:
RuntimeError: Expected all tensors to be on the same device, but found at least two devices, cuda:0 and cpu! (when checking argument for argument mat2 in method wrapper_CUDA_mm)
Additional details
What were you trying to do?
Here is the code:
What did you expect to happen?
GPU usage
What actually happened?
(mainly) CPU usage + error message
Yet, GPU availability confirmed with
Reproducing the bug
Some code above, rest of the code is here:
https://colab.research.google.com/drive/1EVngYoYlryl-YcjmIEOjm0VBBplc-Qyw?usp=sharing
The text was updated successfully, but these errors were encountered: