-
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
Problem excecuting ani_quicktest.py with Geforce RTX 3080 #38
Comments
Dear Teruo: |
This has to do with what compute architecture the binary was built for, which is CUDA compute 8.6 for the GTX 3080 I think. None of the current binaries are built for this, so it cannot be fixed without recompiling the code. I will try to upload a new set of binaries soon. |
Dear Prof. Isayev and Dr. Smith, I truly appreciate your quick reply. Firstly, I tried to use ASE_ANI on CUDA10/Python 3.6 Branch,
Let me inform you of an overview of the PC: Operating system: Ubuntu Desktop 18.04.5 CPU: Intel(R) Core(TM) i9-10900F CPU @ 2.80GHz
Thank you very much for your prompt attention to this matter. If there is anything else I could do to help you then please do ask, like an operation test for the recompiled ASE_ANI. Best regards, |
Dear @TeruoHIRAKAWA, have you solved the problem you described (related to usage of RTX3080 with CUDA10)? If so, I'd be grateful if you could share the details about it since I'm having the same trouble. |
Hello, I'm also having the same issue. I tried to run the code with different CUDA versions such as 9.2, 10.0 and 10.2. But I was not able to solve the issue. It always throws "ERROR: CUDA throw detected! Attempting to shut down nicely!" Do you have any suggestion for this problem? Thanks for your help. |
Hey @miracaydin1, this code is now legacy, as it was customarily compiled for specific CUDA and Nvidia architectures. I strongly encourage you to use TorchANI https://github.com/aiqm/torchani instead. |
Hello!
Thanks very much for this open-source project. It has been a great experience.
I would like to ask you fever.
Recently, I have bought a new PC with one component, Nvidia Geforce RTX 3080.
When I was running ani_quicktest.py after I installed ASE_ANI and related essential software, I got an error:
I assumed that it may be due to Nvidia Geforce RTX 3080 having a new device symbol,
however, I could not solve the problem by myself.
Would you have some ideas to solve it?
Any help would be much appreciated.
Let me inform you of an overview of the PC:
Operating system: Ubuntu Desktop 18.04.5
Nvidia driver version: Driver Version: 460.32.03
CUDA toolkit version: 9.2
Python version: 3.8.5
CPU: Intel(R) Core(TM) i9-10900F CPU @ 2.80GHz
Memory: 64 GB
GPU: Nvidia Geforce RTX 3080 (10GB)
Best regards,
Teruo.
The text was updated successfully, but these errors were encountered: