You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I am a graduate student starting a project on EMRIs. I've recently installed FEW on my computer, and while all the tests for the CPU version function normally, the tests for my GPU fail, all due to a mismatched matrix dimension error. My GPU is cuda-enabled, but my cuda version is a bit old -- is there a required minimum cuda version for FEW that I'm missing?
The text was updated successfully, but these errors were encountered:
In my case, it was a compatibility issue between NumPy and other packages (probably CuPy).
I solved it by reverting from NumPy 2.x (I do not remember the exact version, sorry) to NumPy 1.26 (specific version installed 1.26.4).
I have not done a new installation after July, so I am not whether this compatibility issue exists anymore.
For completeness’s sake, I leave the specifics of cuda and CuPy in my installation:
Hello! I am a graduate student starting a project on EMRIs. I've recently installed FEW on my computer, and while all the tests for the CPU version function normally, the tests for my GPU fail, all due to a mismatched matrix dimension error. My GPU is cuda-enabled, but my cuda version is a bit old -- is there a required minimum cuda version for FEW that I'm missing?
The text was updated successfully, but these errors were encountered: