-
Notifications
You must be signed in to change notification settings - Fork 189
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
CUDA 12.4 Can not find CUDA path after successful compling #577
Comments
Hi I seem to have missed this. Something seems to have changed in CUDA 12.4 so I believe TIGRE is not compatible with it yet. |
Hi @AnderBiguri ,
The environment variable With CUDA 11.8 and 12.2, it failed to build TIGRE with the error
I wrote I could run |
@tsadakane hum, I may have screwed up something in my fix of the Wang weigths that I did yesterday... That is the FDK error. The error you get seems to be related to MVS, but strangely you are supposed to have a supported version... the error arises from nvcc nevertheless. |
@GreameLee any update on this? have you tried having a CUDA_PATH enviroment variable? |
I can run it before, but when I update the cuda to 12.4 it can not find the cuda path even
nvcc -V
can work:The text was updated successfully, but these errors were encountered: