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

FEW Cuda version requirement #100

Open
TinaMcNally opened this issue Jul 15, 2024 · 3 comments
Open

FEW Cuda version requirement #100

TinaMcNally opened this issue Jul 15, 2024 · 3 comments

Comments

@TinaMcNally
Copy link

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?

@lcopparoni
Copy link

lcopparoni commented Jul 17, 2024

Hi, I may have incurred on a similar issue,
Could you write:

  1. the cuda version you are using
  2. the actual error message you obtain
  3. possibly other specification (OS)

@mikekatz04
Copy link
Member

I am not sure on the minimum version. Are either of you still having this issue?

@lcopparoni
Copy link

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:

  • cuda 12.1
  • cupy-cuda12x 13.2.0

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

3 participants