8000 cuvs-bench Fixes by tarang-jain · Pull Request #654 · rapidsai/cuvs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cuvs-bench Fixes #654

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

Merged
merged 1 commit into from
Feb 5, 2025
Merged

Conversation

tarang-jain
Copy link
Contributor
  • Simple bug fix for seg fault while running cuvs-bench
  • Pin the correct FAISS version for cuvs-bench

@cjnolet cjnolet added bug Something isn't working non-breaking Introduces a non-breaking change labels Feb 5, 2025
@tarang-jain tarang-jain added improvement Improves an existing functionality and removed bug Something isn't working labels Feb 5, 2025
Copy link
Contributor
@achirkin achirkin left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -571,7 +571,7 @@ void dispatch_benchmark(std::string cmdline,
}
}
std::swap(more_indices, indices); // update the config in case algorithms need to access it
register_build<T>(dataset, more_indices, force_overwrite, no_lap_sync);
register_build<T>(dataset, indices, force_overwrite, no_lap_sync);
Copy link
Contributor

Choose a reason for hiding this comment

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

Thanks for catching this bug I introduced yesterday in #647

@tarang-jain tarang-jain added bug Something isn't working and removed improvement Improves an existing functionality labels Feb 5, 2025
@tarang-jain
Copy link
Contributor Author

/merge

@rapids-bot rapids-bot bot merged commit ddf1c8f into rapidsai:branch-25.02 Feb 5, 2025
67 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CMake cpp non-breaking Introduces a non-breaking change
Development

Successfully merging this pull request may close these issues.

3 participants
0