-
Notifications
You must be signed in to change notification settings - Fork 56
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 9.1/9.2 support #18
Comments
Hey, @moskalenko it should work with CUDA 9.1/9.2 without any troubles. We are routinely run code with 9.1. We will update next potential with the latest CUDA release too. |
Olexandr, Thank you for the reply. There are shared objects in ASE_ANI/lib/ that are explicitly linked against cuda-9.0 and there is no documentation as to what is needed to build at least some of them. This makes it difficult to verify the above claim. |
Hi, You are correct, the binaries we have built will only work with CUDA9.0. The next release of the binaries will include upgrades to the latest CUDA (this should be sometime this summer). If you have a need to run it on a system with CUDA > 9.0 then binaries will have to be built. However, currently the source code is not publicly available and we do not have a time frame on when it will become available. Contact Adrian Roitberg at [email protected] if you would like to discuss installing this in a specific place/server. Best, |
Adrian emailed me last night, so I'll follow-up about the source code with him. Fortunately, we're both at the same University and know each other. |
Alex, A quick update, We now have a CUDA 9.2 version in the branch 'test_branch'. We have a few people running tests on this branch to ensure a smooth transition to our newest model. If you'd like, you can try to install this branch. Let me know if you have any trouble and I will be happy to help. Also, I will be in Gainesville next week if you need any assistance. Best, |
Thanks, we'll try it out soon! |
Testing under cuda/9.2, which we'll be deploying on the cluster relatively soon $ python3 ani_quicktest.py bam! Thanks! Does that look right? |
Looks good to me:) |
this issue could be closed |
Hi,
Will ASE_ANI work with cuda newer than 9.0? If not, would it be possible to have it updated to support current CUDA release(s)?
Thanks,
Alex
The text was updated successfully, but these errors were encountered: