-
Notifications
You must be signed in to change notification settings - Fork 7
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
Support for OpenMM 8.1 #12
Comments
The changes required for 8.1 are ported, it would be great to have more test results before merging them. See #11 |
I can test it on MI250. The only problem is that I can't compile it on the host server, so I need some beta conda package or something like this. |
What it ROCm version there? |
5.5.1 |
Update, I just got access to 5.7.1 and 6.0.0 |
Great! I can't promise but I'll try to find time this weekend to create the conda package (and I also need to test on 6.0) |
Thanks! I tried to use the old versiom for 8.0 with 6.0.0, but it gives error:
But I guess the old version is not prepared for the 6.0.0. There was a change of compiler directory in the 6.0.0 Edit: 5.7.1 gives in fact the same error. The ROCM_PATH is set and valid in both cases. |
That's really strange, I think 5.7 should work (the error has nothing to do with binary compatibility which I would expect). Can you check with |
Please check #14, I've prepared a beta package built on ROCm 6.0.0. |
I checked with "export OPENMM_USE_HIPRTC=1" and it makes it work. There is a performance drop of 1-2% for my system, for the version 5.7.1.
Thank! I will check this week and give a feedback |
Is the support for OpenMM 8.1 planned ?
The text was updated successfully, but these errors were encountered: