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

Added Faiss #8483

Closed
wants to merge 9 commits into from
Closed

Added Faiss #8483

wants to merge 9 commits into from

Commits on Apr 16, 2024

  1. Added Faiss

    Building version v1.7.4 to get support for aarch64-linux-gnu - avoids ARM NEON optimization (which uses vld1q_f32_x2 etc.) included in v1.8.0: facebookresearch/faiss#3166
    stemann committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    3fe4eb8 View commit details
    Browse the repository at this point in the history
  2. [Faiss] Updated to v1.8.0

    stemann committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    2be9b46 View commit details
    Browse the repository at this point in the history
  3. WIP Added mingw32 patch

    To make posix_memalign etc. available on mingw32.
    stemann committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    147302d View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. WIP Added Faiss_GPU

    * Excluded Jetson CUDA archs
    * Dropped CUDA archs 60, 61 for CUDA 11.8+
    stemann committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    5b26350 View commit details
    Browse the repository at this point in the history
  2. CUDA archs...

    stemann committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    d1363a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5bf0105 View commit details
    Browse the repository at this point in the history
  4. set CUDACXX

    stemann committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    9498a4d View commit details
    Browse the repository at this point in the history
  5. cudart

    stemann committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    1f911be View commit details
    Browse the repository at this point in the history
  6. Include CUDA static SDK

    stemann committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    7e7b18a View commit details
    Browse the repository at this point in the history