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

fix issue in fusedL2knn which happens when rows are multiple of 256 #604

Merged
merged 2 commits into from
Mar 31, 2022

Conversation

mdoijade
Copy link
Contributor

This PR fixes issue - #568 and rapidsai/cuml#4624
-- fix issue in fusedL2knn which happens when rows are multiple of 256.
-- make index value to be size_t to avoid int overflow though this doesn't hamper these issues but it may for higher input sizes.
-- also add some additional test cases in fusedL2knn test.

…make index value to be size_t to avoid int overflow, also add some additional test cases in fusedL2knn test
@mdoijade mdoijade requested a review from a team as a code owner March 31, 2022 14:38
@github-actions github-actions bot added the cpp label Mar 31, 2022
@mdoijade
Copy link
Contributor Author

mdoijade commented Mar 31, 2022

@cjnolet does this PR need to create cuML verification PR as well? or cuML CI tests are triggered automatically.

@cjnolet cjnolet added bug Something isn't working non-breaking Non-breaking change labels Mar 31, 2022
Copy link
Member

@cjnolet cjnolet left a comment

Choose a reason for hiding this comment

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

LGTM. I think we should target this for 22.06 since it's somewhat of a minor bug.

@cjnolet cjnolet changed the base branch from branch-22.04 to branch-22.06 March 31, 2022 17:51
@cjnolet
Copy link
Member

cjnolet commented Mar 31, 2022

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 36329c1 into rapidsai:branch-22.06 Mar 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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