-
Notifications
You must be signed in to change notification settings - Fork 29
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
Compute Hamilton from smiles #304
Comments
I am not able to reproduce the
And can you also print |
Thank you wxj6000! I test the same code the other day, however, this time the code can produce the right outputs. It's very strange that it sometimes outputs nan and after some time it can output the correct result. I guess it's because of the random number? I will put more information if the nan problem happen again. Thank you very much wxj6000! |
Hi @Maximilian1794 I am not aware of any random number is used. We certainly need to take care of the issue even though it is random. My best guess is the environment, such as possible package conflict, CUDA toolkit version, and so on. Please let us know if you have any evidence. |
Hi, @wxj6000, the same problem happens again. And I collect the information as you mentioned.
|
Hi, guys! Thanks for your work! It's really awesome and I'm trying to compute Hamilton from smiles. However, the gpu computed results is nan while the cpu can compute the right results. Here's my code:
And the results computed by gpu is here:
Any suggestions?
The text was updated successfully, but these errors were encountered: