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 GPU support to static linking #70

Merged
merged 5 commits into from
Aug 26, 2023
Merged

Add GPU support to static linking #70

merged 5 commits into from
Aug 26, 2023

Commits on Aug 26, 2023

  1. Update inner faiss revision to latest c_api_head

    - retroactively cherry-pick facebookresearch/faiss#2656,
      adds support for CUDA 12
    Enet4 committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    cb79c8b View commit details
    Browse the repository at this point in the history
  2. Tweak gen_bindings.sh

    - update shebang
    - add documentation
    - remove clean-up of `faiss` folder
    Enet4 committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    0a36b56 View commit details
    Browse the repository at this point in the history
  3. [faiss-sys] Update build.rs to support gpu with static linking

    - set FAISS_ENABLE_GPU based on "gpu" feature
    - try to find CUDA path from env variables
    - include the necessary libraries if "gpu" feature is enabled
    Enet4 committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    bb05141 View commit details
    Browse the repository at this point in the history
  4. Update README

    Enet4 committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    996de32 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f3e65b View commit details
    Browse the repository at this point in the history