Commit 14d137c
authored
CUVS_ANN_BENCH_SINGLE_EXE: find the mg library (#890)
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.
Authors:
- Artem M. Chirkin (https://github.com/achirkin)
Approvers:
- Tamas Bela Feher (https://github.com/tfeher)
URL: #8901 parent 0a84eb0 commit 14d137c
1 file changed
Lines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
53 | 55 | | |
| 56 | + | |
54 | 57 | | |
55 | | - | |
56 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
57 | 61 | | |
58 | 62 | | |
59 | 63 | | |
| |||
0 commit comments