-
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
Remove the single process, multi-gpu feature. #1936
Conversation
@joaander I saw this PR open up (great!) and had a quick question: what does removing this code path mean for hoomd-blue/hoomd/GlobalArray.h Lines 13 to 16 in ec0b84c
|
I am planning to leave hoomd-blue/hoomd/GlobalArray.h Lines 224 to 236 in ec0b84c
These cases will need to maintain the use of managed memory. In all cases where |
It would appear that |
Description
Remove the single process, multi-gpu feature.
Using Multiple GPUs via MPI domain decomposition is still supported.
Motivation and context
Resolves #1664
How has this been tested?
CI checks.
Checklist:
sphinx-doc/credits.rst
) in the pull request source branch.CHANGELOG.rst
following the established format.