Open GreameLee opened 2 months ago
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 ,
I could not reproduce this issue in my environment. I could build the latest TIGRE from a fresh workspace and run example.py
The environment variable CUDA_PATH
was updated by the CUDA toolkit installer.
With CUDA 11.8 and 12.2, it failed to build TIGRE with the error
C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.2\include\crt/host_config.h(164): fatal error C1189: #error: -- unsupported Microsoft Visual Studio version! Only the versions between 2017 and 2022 (inclusive) are supported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk.
I wrote I could run example.py
above, but the result looks strange as attached below, which is probably a different issue.
@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. But then indeed @GreameLee maybe your issue has to do with how you installed CUDA, maybe its not added to CUDA_PATH.
@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: