-
Notifications
You must be signed in to change notification settings - Fork 471
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.5 #506
Comments
Unfortunately, it's not as simple as modifying the CMakeLists file. There are several issues with using CUDA 12.5 in Chrono:
All of the above will have to happen at some point, but I do not have the bandwidth to tackle any of it for quite a while. |
Thanks, @rserban. OK, it likes like I may be able top install CUDA 12.3 alongside CUDA 12.5. |
@cekees If you don't mind answering. Did it work with CUDA 12.3? The documentation suggests that the GPU and FSI module were tested with Pascal architecture with CUDA 11.4. Cheers, |
I saw during configuration that chrono does not support cuda 12.5 yet. Is that a hard constraint, or should I modify the cmakefile and try it?
The text was updated successfully, but these errors were encountered: