-
Notifications
You must be signed in to change notification settings - Fork 10
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
'g2s_cuda.so' is missing #67
Comments
So normally it is functional, just because you cannot use CUDA, it will use the CPU instead. First question you want/need to use CUDA ? Like under 1000x1000pixel simulation/TI, it's usually not interesting. Just that you know before losing time with it. In WSL, do you have CUDA in your path ? are the commands Normally, the brew (linuxbrew in this case) install includes this library. But if CUDA is not in the path, it will still not work. Best, |
Thanks for your answer!
I re-launched the install.bat file from the original zip, and I get the same error. I also tried with the brew installation, but I could not make it work because I got this error:
Ideally, I would like to use images bigger than 1000 by 1000, then check if it's worth it. Thanks again for your time :) |
Both issues are weird! let me contact you my email. |
I don't really know from where the bug is from. |
Hello,
I have a problem during the installation of G2S on Ubuntu WSL for Windows 10. I am receiving the following message when I install it manually from
build/c++-build/install.bat
:I have installed CUDA both for Windows 10 and for WSL-Ubuntu, available at this link.
Do you have any idea of what could be causing this missing library? I checked and the GPU is not being used when I run some tests from Matlab 2023.
Thank you very much in advance for your help.
Best,
Clemente Gotelli
The text was updated successfully, but these errors were encountered: