-
Notifications
You must be signed in to change notification settings - Fork 187
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
copy_v_cs_from_GPU(Utils::Range<ParticleIterator<Cell**, Particle> >)
seems to make trouble with hip
#2413
Comments
What pull request did this start with? It worked fine last week. |
I think #2390 fixes it. https://gitlab.icp.uni-stuttgart.de/espressomd/espresso/-/jobs/57294 did not crash. |
no, still have issues in #2406: |
Now it only occurs in engine_lb, which makes some sense. It didn't occur in #2390, which means that it was broken by some pull request in the past two weeks. |
It might be that HIP does not like the strided espresso/src/core/cuda_common_cuda.cu Lines 462 to 477 in 7a485cc
What we are doing here is, instead of calling espresso/src/core/cuda_interface.hpp Lines 46 to 58 in 7a485cc
|
That should be fine. Also it used to work, some recent change must have broken it. I won‘t have time to debug it before next week though. |
It's mysteriously fixed on the current master: https://gitlab.icp.uni-stuttgart.de/espressomd/espresso/-/jobs/57998 . I also couldn't reproduce it on my own machine. Please close this issue for now. |
see https://gitlab.icp.uni-stuttgart.de/espressomd/espresso/-/jobs/56529
The text was updated successfully, but these errors were encountered: