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

Fix NN Descent overflows #1875

Merged

Conversation

divyegala
Copy link
Member

NN-Descent was using int type for indexing in mdarray, however this was causing an overflow when the product of all extents was greater than int.

This PR also adds/fixes:

  • Missing dependencies for raft-ann-bench development environment
  • Exposes NN Descent iterations to use in CAGRA benchmarks

@divyegala divyegala requested review from a team as code owners October 6, 2023 01:43
@github-actions github-actions bot added the cpp label Oct 6, 2023
@divyegala divyegala added bug Something isn't working non-breaking Non-breaking change labels Oct 6, 2023
@divyegala divyegala self-assigned this Oct 6, 2023
@cjnolet
Copy link
Member

cjnolet commented Oct 6, 2023

/merge

@rapids-bot rapids-bot bot merged commit 838a501 into rapidsai:branch-23.12 Oct 6, 2023
63 checks passed
divyegala added a commit to divyegala/raft that referenced this pull request Oct 6, 2023
NN-Descent was using `int` type for indexing in `mdarray`, however this was causing an overflow when the product of all extents was greater than `int`.

This PR also adds/fixes:

- Missing dependencies for `raft-ann-bench` development environment
- Exposes NN Descent iterations to use in CAGRA benchmarks

Authors:
  - Divye Gala (https://github.com/divyegala)

Approvers:
  - Corey J. Nolet (https://github.com/cjnolet)
  - Ray Douglass (https://github.com/raydouglass)

URL: rapidsai#1875
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cpp non-breaking Non-breaking change
Projects
Development

Successfully merging this pull request may close these issues.

3 participants