Skip to content

Commit

Permalink
[FEA] Split Bitset code (#2295)
Browse files Browse the repository at this point in the history
Splitting the Bitset code into a `.hpp` and `.cuh` header allow the declaration of `ann::search_with_filters` with a `bitset_filter` to be made without using CUDA code in headers.
This is useful for cuVS where the headers `ivf_pq.hpp` need to declare `search_with_filter` and stay CUDA-free.

Authors:
  - Micka (https://github.com/lowener)

Approvers:
  - Corey J. Nolet (https://github.com/cjnolet)

URL: #2295
  • Loading branch information
lowener authored May 9, 2024
1 parent 4590c14 commit f222be0
Show file tree
Hide file tree
Showing 2 changed files with 437 additions and 364 deletions.
Loading

0 comments on commit f222be0

Please sign in to comment.