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

[REVIEW] Reverting default knn distance to L2Unexpanded for now. #403

Merged

Conversation

cjnolet
Copy link
Member

@cjnolet cjnolet commented Dec 1, 2021

I believe the new expanded knn changes might need some further investigation. Before we started using the fused l2 knn, both unexpanded and expanded variants mapped to the same (expanded) distance computation in FAISS and the cuml tests passed consistently. For some reason, the new expanded fused l2 knn version is causing test failures within cuml. We should figure out if this is from assertions which are too tight or from a possible bug.

@cjnolet cjnolet requested review from a team as code owners December 1, 2021 15:44
@github-actions github-actions bot added the cpp label Dec 1, 2021
@cjnolet cjnolet added 3 - Ready for Review bug Something isn't working non-breaking Non-breaking change and removed cpp labels Dec 1, 2021
@github-actions github-actions bot added the cpp label Dec 1, 2021
@cjnolet
Copy link
Member Author

cjnolet commented Dec 1, 2021

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 6e46e67 into rapidsai:branch-22.02 Dec 1, 2021
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 cpp non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants