-
Notifications
You must be signed in to change notification settings - Fork 133
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
Compatibility of HOOMD with the newest ROCm #1101
Comments
I've encountered the same problem, HOOMD doesn't properly compile on our system as well. I've made some small workaround tweaks to the code to make it compile on our system. If you're interested, you can check it out here. Though it still doesn't work with HPMC and i can't really guarantee that changes i've made aren't breaking :) |
Feel free to submit a pull request even it if only partially improves support for AMD GPUs. Our situations hasn't changed, the core HOOMD-blue developers currently have no access to any AMD GPU systems so we need to rely on community support to keep it functioning. |
@niktre , could you please make a try with the fork of v3.0.0-beta.12 made by @Dann239 ? This fork works on our MI50 equipped cluster under ROCm 3.7. Unfortunately, it is not easy for us at the moment to upgrade ROCm to the newest version.
|
Hi! Is there any information that HOOMD v3.0.0 beta 8 supports ROCm 4.3.0? The requirement here says ROCm >= 3.5.0 but is it up-to-date?
While building HOOMD I get a lot of errors like:
error: no matching function for call to ‘hip_impl::Scalar_accessor<double, double [4], 0>::Scalar_accessor(int)’
that are similar (or maybe even the same) as @jglaser pointed to here: ROCm/HIP#1675
The text was updated successfully, but these errors were encountered: