You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we start publishing the shared library for the C API (libfaiss_c.so) to Conda, so that users don't have to build it locally?
libfaiss_c.so is currently linked to libfaiss.so, but we don't have optimized versions of the library (AVX2, AVX512, SVE, etc). This could be overcome offline with something like patchelf (replace libfaiss.so dependency with optimized version), but can we start creating (and publishing) equivalent versions of the C API like libfaiss_avx2.so -> libfaiss_c_avx2.so, etc
libfaiss_c.so) to Conda, so that users don't have to build it locally?libfaiss_c.sois currently linked tolibfaiss.so, but we don't have optimized versions of the library (AVX2, AVX512, SVE, etc). This could be overcome offline with something likepatchelf(replacelibfaiss.sodependency with optimized version), but can we start creating (and publishing) equivalent versions of the C API likelibfaiss_avx2.so->libfaiss_c_avx2.so, etc