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 CAGRA filter gtests #2167

Closed
wants to merge 9 commits into from

Conversation

benfred
Copy link
Member

@benfred benfred commented Feb 7, 2024

Commit fea490a attempted to fix a problem where the search_params.itopk_size wasn't being set in the CAGRA filter tests.

This change was required to enable testing k>1024, since the default itopk_size was too small. However, this broke the unittest for k < 1024 - and was causing illegal memory access errors.

Fix by reverting the filter tests to the previous behaviour, and disabling the filter tests for k>1024

mfoerste4 and others added 3 commits February 7, 2024 16:23
Commit rapidsai@fea490a
attempted to fix a problem where the search_params.itopk_size wasn't being set in the CAGRA filter
tests.

This change was required to enable testing k>1024, since the default itopk_size was too small.
However, this broke the unittest for k < 1024 - and was causing illegal memory access errors.

Fix by reverting the filter tests to the previous behaviour, and disabling the filter tests for
k>1024
@benfred benfred added bug Something isn't working non-breaking Non-breaking change labels Feb 7, 2024
@benfred benfred requested a review from a team as a code owner February 7, 2024 20:22
@github-actions github-actions bot added the cpp label Feb 7, 2024
benfred and others added 3 commits February 7, 2024 23:57
Co-authored-by: Artem M. Chirkin <[email protected]>
Fix incorrect shared memory size in ivf_flat_interleaved_scan
@benfred
Copy link
Member Author

benfred commented Feb 13, 2024

Closing in favour of #2181

@benfred benfred closed this Feb 13, 2024
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
Development

Successfully merging this pull request may close these issues.

3 participants