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

Forward-merge branch-25.02 into branch-25.04 #640

Merged
merged 1 commit into from
Feb 1, 2025
Merged

Conversation

rapids-bot[bot]
Copy link

@rapids-bot rapids-bot bot commented Feb 1, 2025

Forward-merge triggered by push to branch-25.02 that creates a PR to keep branch-25.04 up-to-date. If this PR is unable to be immediately merged due to conflicts, it will remain open for the team to manually merge. See forward-merger docs for more info.

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
@rapids-bot rapids-bot bot requested a review from a team as a code owner February 1, 2025 06:13
@GPUtester GPUtester merged commit c3e2739 into branch-25.04 Feb 1, 2025
@github-actions github-actions bot added the cpp label Feb 1, 2025
Copy link
Author

rapids-bot bot commented Feb 1, 2025

SUCCESS - forward-merge complete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants