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

Add CAGRA support with latest RAFT #175

Closed
wants to merge 5 commits into from

Commits on Nov 4, 2023

  1. Add CAGRA support with latest RAFT

    Update to RAFT 23.12
    Update CAGRA integration to improve performance
    Avoid post-filtering using RAFT's new filtering feature
    Use RAFT's new device_resources_manager to simplify and optimize
    resource initialization
    Update build infratructure to build for all supported CUDA architectures
    Refactor RAFT integration code to more cleanly separate RAFT code from
    Knowhere code
    Avoid exposing RAFT symbols in any Knowhere header
    
    Signed-off-by: William Hicks <[email protected]>
    wphicks committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    5483b82 View commit details
    Browse the repository at this point in the history
  2. Fix todo items discovered during self-review

    Signed-off-by: William Hicks <[email protected]>
    wphicks committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    b9a1b34 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Update to mainline RAFT and run linters

    Signed-off-by: William Hicks <[email protected]>
    wphicks committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    c869f27 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Add workaround for refinement issue

    Signed-off-by: William Hicks <[email protected]>
    wphicks committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    075c4e2 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Merge branch 'main' into fea-raft_refactor

    Signed-off-by: William Hicks <[email protected]>
    wphicks committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    e7a9e58 View commit details
    Browse the repository at this point in the history