Skip to content
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

Update GPU package to allow using CUDA 11.3 drivers #2720

Merged
merged 3 commits into from Apr 22, 2021

Conversation

rbberger
Copy link
Member

@rbberger rbberger commented Apr 22, 2021

Summary

Enables continued use of workaround LAL_USE_OLD_NEIGHBOR in GPU package with CUDA >= 11.2
Also fixes an issue in OpenCL backend. Subgroups are an optional feature that needs to be checked before usage.

Related Issue(s)

Closes #2718

Author(s)

@rbberger (Temple U)

Licensing

By submitting this pull request, I agree, that my contribution will be included in LAMMPS and redistributed under either the GNU General Public License version 2 (GPL v2) or the GNU Lesser General Public License version 2.1 (LGPL v2.1).

Backward Compatibility

Implementation Notes

Post Submission Checklist

  • The feature or features in this pull request is complete
  • Licensing information is complete
  • Corresponding author information is complete
  • The source code follows the LAMMPS formatting guidelines
  • Suitable new documentation files and/or updates to the existing docs are included
  • The added/updated documentation is integrated and tested with the documentation build system
  • The feature has been verified to work with the conventional build system
  • The feature has been verified to work with the CMake based build system
  • Suitable tests have been added to the unittest tree.
  • A package specific README file has been included or updated
  • One or more example input decks are included

Further Information, Files, and Links

@rbberger rbberger marked this pull request as ready for review April 22, 2021 16:57
@ndtrung81
Copy link
Contributor

@rbberger thanks for looking into this issue!

@akohlmey akohlmey self-assigned this Apr 22, 2021
@akohlmey akohlmey self-requested a review April 22, 2021 18:20
@akohlmey akohlmey added this to the Stable Release Summer 2021 milestone Apr 22, 2021
@akohlmey akohlmey merged commit 69d41dc into lammps:master Apr 22, 2021
@rbberger rbberger deleted the gpu_updates branch April 22, 2021 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] GPU package fails with both CUDA and OpenCL on NVIDIA drivers 465.24.02 and 465.19.01 (CUDA 11.3)
3 participants