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

Add dpnblist package with CUDA support #192

Open
wants to merge 4 commits into
base: devel
Choose a base branch
from

Conversation

okihane
Copy link

@okihane okihane commented Dec 25, 2024

This PR introduces the following changes:

  • New Directory: Added the source code to the dmff/dpnblist directory. The package can be installed as a dependency using the command pip install .. This allows for the automatic detection of CUDA environment to compile a CUDA version of dpnblist if available.

  • Class Addition: Modified common/nblist.py by adding a NeighborListDp class. This new class functions similarly to the NeighborListFreud class, providing an alternative for users.

Rationale

The addition of dpnblist aims to enhance the project by providing a package that can leverage CUDA for improved performance when available. The NeighborListDp class offers an additional option for users who require different neighbor list functionalities.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant