8000 Fix IVF-PQ helper functions by lowener · Pull Request #116 · rapidsai/cuvs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix IVF-PQ helper functions #116

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

Merged
merged 8 commits into from
May 17, 2024

Conversation

lowener
Copy link
Contributor
@lowener lowener commented May 14, 2024

Some IVF-PQ helper functions needed for FAISS were missing.

@lowener lowener requested a review from a team as a code owner May 14, 2024 15:59
@github-actions github-actions bot added the cpp label May 14, 2024
@cjnolet cjnolet added improvement Improves an existing functionality non-breaking Introduces a non-breaking change labels May 14, 2024
@lowener lowener requested a review from a team as a code owner May 14, 2024 20:40
@@ -1,9 +1,9 @@
/*
* raft::copyright (c) 2022-2024, NVIDIA CORPORATION.
* Copyright (c) 2022-2024, NVIDIA CORPORATION.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't notice this one before. That's a great search and replace snafu. This one just made my day.

lowener and others added 2 commits May 15, 2024 18:34
Co-authored-by: Corey J. Nolet <cjnolet@gmail.com>
/**
* @}
*/
}; // namespace codepacker
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think there's a few functions below that are part of the codepackager also

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should do this as a follow-on just to make sure we can get the main bits merged.

@cjnolet
Copy link
Member
cjnolet commented May 17, 2024

@lowener I was otherwise thinking we should move the additional codepacker functions into codepacker namespace in a follow up, but since this PR requires fixing merge conflicts anyways, I think we should just go ahead and do that move here.

@cjnolet
Copy link
Member
cjnolet commented May 17, 2024

/merge

@rapids-bot rapids-bot bot merged commit 7c10542 into rapidsai:branch-24.06 May 17, 2024
54 checks passed
@lowener lowener deleted the 24.06-ivfpq-helpers branch May 17, 2024 18:43
difyrrwrzd added a commit to difyrrwrzd/cuvs that referenced this pull request Aug 10, 2024
Some IVF-PQ helper functions needed for FAISS were missing.

Authors:
  - Micka (https://github.com/lowener)

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

URL: rapidsai/cuvs#116
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cpp improvement Improves an existing functionality non-breaking Introduces a non-breaking change
Development

Successfully merging this pull request may close these issues.

2 participants
0