Package: faiss / 1.9.0-5

Metadata

Package Version Patches format
faiss 1.9.0-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Use system GTest.patch | (download)

CMakeLists.txt | 3 2 + 1 - 0 !
tests/CMakeLists.txt | 6 5 + 1 - 0 !
2 files changed, 7 insertions(+), 2 deletions(-)

 use system gtest and disable perf_tests
0002 Use SWIGWORDSIZE32 on 32 bit architectures.patch | (download)

faiss/python/CMakeLists.txt | 12 9 + 3 - 0 !
1 file changed, 9 insertions(+), 3 deletions(-)

 use swigwordsize32 on 32 bit architectures
0003 Fix CMake package export.patch | (download)

faiss/CMakeLists.txt | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix cmake package export
0004 Fix implementation for 32 bit size_t.patch | (download)

faiss/IndexIVF.cpp | 2 1 + 1 - 0 !
faiss/IndexIVFIndependentQuantizer.cpp | 2 1 + 1 - 0 !
faiss/index_factory.cpp | 2 1 + 1 - 0 !
faiss/invlists/OnDiskInvertedLists.cpp | 6 3 + 3 - 0 !
faiss/utils/utils.cpp | 2 1 + 1 - 0 !
tests/test_approx_topk.cpp | 2 1 + 1 - 0 !
tests/test_mem_leak.cpp | 2 1 + 1 - 0 !
7 files changed, 9 insertions(+), 9 deletions(-)

 fix implementation for 32 bit size_t
0005 Fix floating point comparisons in unit tests.patch | (download)

tests/test_lowlevel_ivf.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix floating point comparisons in unit tests


0006 Add GTest filter.patch | (download)

tests/CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 add gtest filter
0007 Fix build with gcc 13.patch | (download)

faiss/Index.h | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 fix build with gcc-13
0008 add missing headers.patch | (download)

faiss/CMakeLists.txt | 8 8 + 0 - 0 !
1 file changed, 8 insertions(+)

 [patch] add missing header files to faiss_headers in cmake config

0009 fix import on arm64.patch | (download)

faiss/python/loader.py | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 fix import error on arm64