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

Relax ivf-flat test recall thresholds #766

Merged

Conversation

achirkin
Copy link
Contributor

@achirkin achirkin commented Jul 29, 2022

When n_probes = n_lists, ivf-flat should perform equal to the brute-force kNN (recall == 1 in tests). However, it looks like in some rare cases in CI the recall is slightly smaller. This could be due to some numeric errors or due to the radix_topk not being stable.
This PR reduces the recall threshold in the tests for now to avoid occasional failures in the main branch while the issue is investigated.

@achirkin achirkin requested a review from a team as a code owner July 29, 2022 07:45
@github-actions github-actions bot added the cpp label Jul 29, 2022
@achirkin achirkin added bug Something isn't working 3 - Ready for Review non-breaking Non-breaking change and removed cpp labels Jul 29, 2022
@cjnolet
Copy link
Member

cjnolet commented Jul 29, 2022

@gpucibot merge

@rapids-bot rapids-bot bot merged commit f7297a1 into rapidsai:branch-22.08 Jul 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review bug Something isn't working non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants