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

cuda: update interface to take 64-bit M #411

Merged
merged 6 commits into from
Jun 25, 2024

Commits on Jun 11, 2024

  1. cuda: change to int64_t for number of pts

    While the interface changes, we still won't allow more than 2e9
    points (for now) since this will complicate the code quite a bit with
    little tangible benefits (transforms these size are currently out of
    range for most GPUs in terms of memory consumption).
    janden committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    9496eea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96f450f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f30fbd View commit details
    Browse the repository at this point in the history
  4. ci: no cache for Jenkins

    janden committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    7d740ef View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. docs: fix typos in CHANGELOG

    janden committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    3c0ab9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ce5642 View commit details
    Browse the repository at this point in the history