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

Select k instantiations #159

Merged
merged 8 commits into from
May 30, 2024

Commits on May 27, 2024

  1. Add instantiations for select_k

    Since we're now using raft in header only mode, we don't have the
    compiled select_k instantiations in raft available to us anymore. Instead
    instantiate inside cuvs so we don't recompile in multiple spots.
    benfred committed May 27, 2024
    Configuration menu
    Copy the full SHA
    058dc4b View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. add ivf-pq / ivf-flat

    benfred committed May 28, 2024
    Configuration menu
    Copy the full SHA
    5edbd46 View commit details
    Browse the repository at this point in the history
  2. add select-k to c++ api docs

    benfred committed May 28, 2024
    Configuration menu
    Copy the full SHA
    aaa01cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    912b22f View commit details
    Browse the repository at this point in the history
  4. .

    benfred committed May 28, 2024
    Configuration menu
    Copy the full SHA
    50d582f View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    f7e8fe8 View commit details
    Browse the repository at this point in the history
  2. doc fixes

    benfred committed May 29, 2024
    Configuration menu
    Copy the full SHA
    d958671 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f73663 View commit details
    Browse the repository at this point in the history