Skip to content

Conversation

@achirkin
Copy link
Contributor

Let the benchmark in CUVS_ANN_BENCH_SINGLE_EXE mode find the library for multi-gpu implementations.

Originally, all library names coincided with the generated target (library) names, which was used by the loader to find a proper implementation for an algorithm in the benchmark config.
A group of cuVS mg algorithms broke this pattern by using a single target for all cuVS mg algorithms. This PR adds this exception for the library discovery logic.

@achirkin achirkin self-assigned this May 13, 2025
@achirkin achirkin requested a review from a team as a code owner May 13, 2025 12:33
@achirkin achirkin added bug Something isn't working non-breaking Introduces a non-breaking change labels May 13, 2025
@github-actions github-actions bot added the cpp label May 13, 2025
@codecov-commenter
Copy link

codecov-commenter commented May 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.49%. Comparing base (6bba2ef) to head (5b58277).

Additional details and impacted files
@@              Coverage Diff              @@
##           branch-25.06     #890   +/-   ##
=============================================
  Coverage         84.49%   84.49%           
=============================================
  Files                20       20           
  Lines               129      129           
=============================================
  Hits                109      109           
  Misses               20       20           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Contributor

@tfeher tfeher left a comment

Choose a reason for hiding this comment

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

Thanks for the fix Artem, LGTM.

@achirkin
Copy link
Contributor Author

/merge

@rapids-bot rapids-bot bot merged commit 14d137c into branch-25.06 May 20, 2025
75 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 cpp non-breaking Introduces a non-breaking change

Development

Successfully merging this pull request may close these issues.

4 participants