-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ANN_BENCH enhanced dataset support (#624)
Refactor the dataset module in the benchmark utility to add missing functionality: - [x] Data in managed memory (in addition to host/device/mmap/pinned) - [x] Basic filtering support: randomly generated bitset by setting 'filtering_rate' in the dataset config - [x] Partial support within CUVS algorithms (bitset only) - [ ] Support in all algorithms - [ ] Using files for bitset filtering - [x] Adjusting ground truth to account for the filtered data - [ ] Fine-grained control over where the bitset is located (like there is for the base set and query set) - [ ] Expose 2MB huge-pages support via config/cmd arguments - [ ] Add quantization as a dataset property Authors: - Artem M. Chirkin (https://github.com/achirkin) Approvers: - Tamas Bela Feher (https://github.com/tfeher) URL: #624
- Loading branch information
Showing
18 changed files
with
1,174 additions
and
543 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.