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

Enable conservative memory allocations for RAFT IVF-Flat benchmarks. #1634

Conversation

tfeher
Copy link
Contributor

@tfeher tfeher commented Jul 5, 2023

In the benchmark we add the whole dataset at once to the index, there is no need to allocate extra space to amortize future extension of the dataset. We can save memory by enabling the conservative allocation, and this enables running larger benchmarks.

@tfeher tfeher requested a review from a team as a code owner July 5, 2023 12:44
@github-actions github-actions bot added the cpp label Jul 5, 2023
@cjnolet cjnolet added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Jul 6, 2023
@cjnolet
Copy link
Member

cjnolet commented Jul 6, 2023

/merge

@rapids-bot rapids-bot bot merged commit 82fbac3 into rapidsai:branch-23.08 Jul 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cpp improvement Improvement / enhancement to an existing function non-breaking Non-breaking change
Projects
Development

Successfully merging this pull request may close these issues.

2 participants