-
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
Cagra ANN benchmark improvements #1658
Cagra ANN benchmark improvements #1658
Conversation
1e-6; | ||
const auto throughput = num_queries_done / time; | ||
|
||
RAFT_LOG_INFO( |
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.
Note: I have changed the build progress messages from DEBUG to INFO. Since build takes long (10+ min for large datasetst) I find it useful to get a message about the progress. This will emit 100 message during the build process. The DEBUG messages are be flooded by other IVF-PQ debug printouts, therefore I set this to INFO.
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 |
This PR improves CAGRA ANN benchmarks: