-
Notifications
You must be signed in to change notification settings - Fork 16
Restricting CUDA version to 12.4 #1040
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
Conversation
Currently we are experiencing issues with CUDA 12.5 onwards. Thus, we are detecting this condition in CMake to prematurely throw an error.
|
Updated in documentation too: |
|
Could you add some message like: |
This would never be reached because |
|
For you to know: https://xmipp.i2pc.es/api/xmipp/version-CUDA/ There are several Xmipp installations with CUDA > 12.4 A wonderful view of it: https://xmipp.i2pc.es/metrics |
|
|
I understand, only version 12.5 fails, the higher and lower versions work. |
|
Maybe we can disregard this PR and wait to see why it fails sometimes with CUDA 12.5+ |



Currently we are experiencing issues with CUDA 12.5 onwards. Thus, we are detecting this condition in CMake to prematurely throw an error. In the future we need to add this compatibility, as CUDA >=12.5 is becoming increasingly more popular