-
Notifications
You must be signed in to change notification settings - Fork 197
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
[FEA] Helpers and CodePacker for IVF-PQ #1826
Conversation
tarang-jain
commented
Sep 13, 2023
•
edited
Loading
edited
- Codepacking for compressed on-device (flat) PQ codes
- Testing
* externally modifying the index without going through the build stage. | ||
* | ||
* @tparam IdxT | ||
* @param[in] res |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As mentione- please provide usage examples for ALL public facing functions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Let's do a follow-up for raft::neighbors::ivf_flat::helpers::reset_index()
, though.
@@ -106,5 +109,15 @@ void unpack( | |||
res, list_data, veclen, offset, codes); | |||
} | |||
} // namespace codepacker | |||
|
|||
template <typename T, typename IdxT> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why doesn't this have a doc / usage examples?
/ok to test |
/ok to test |
/ok to test |
1 similar comment
/ok to test |
/ok to test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
/merge |
/ok to test |