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

feat: use gpu to compute the distance matrix #24

Merged
merged 8 commits into from
Jun 24, 2024
Merged

feat: use gpu to compute the distance matrix #24

merged 8 commits into from
Jun 24, 2024

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    d82a422 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca91b76 View commit details
    Browse the repository at this point in the history
  3. feat(cuda): add gpu support to compute the distance matrix

    uses `numba` which requires a `cuda` compatible gpu with the appropriate
    driver and cuda sdk installed
    https://numba.readthedocs.io/en/stable/cuda/overview.html#requirements
    loiccoyle committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    ebb7a0c View commit details
    Browse the repository at this point in the history
  4. fix(doc): update readme

    loiccoyle committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    7eca6ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    41feff5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    65d27dd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8ef1e80 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    52491ee View commit details
    Browse the repository at this point in the history