faiss/tests
Amir Sadoughi b3e3c2d38d TimeoutCallback C++ and Python (#3417)
Summary:
Pull Request resolved: https://github.com/facebookresearch/faiss/pull/3417

https://github.com/facebookresearch/faiss/issues/3351

Reviewed By: junjieqi

Differential Revision: D57120422

fbshipit-source-id: e2e446642e7be8647f5115f90916fad242e31286
2024-05-08 21:52:46 -07:00
..
CMakeLists.txt TimeoutCallback C++ and Python (#3417) 2024-05-08 21:52:46 -07:00
common_faiss_tests.py
test_RCQ_cropping.cpp Enable for faiss tests (#3002) 2023-08-14 08:03:40 -07:00
test_approx_topk.cpp Remove unused exception parameter from files inc faiss/tests/test_approx_topk.cpp 2023-12-08 05:37:19 -08:00
test_autotune.py
test_binary_factory.py
test_binary_flat.cpp
test_binary_hashindex.py
test_binary_io.py
test_build_blocks.py Cleanup clustering code (#3030) 2023-08-31 01:11:45 -07:00
test_callback.cpp TimeoutCallback C++ and Python (#3417) 2024-05-08 21:52:46 -07:00
test_callback_py.py TimeoutCallback C++ and Python (#3417) 2024-05-08 21:52:46 -07:00
test_clone.py
test_clustering.py
test_code_distance.cpp Enable for faiss tests (#3002) 2023-08-14 08:03:40 -07:00
test_common_ivf_empty_index.cpp Demo on how to address mulitple index contents 2024-04-26 09:52:23 -07:00
test_contrib.py Support of skip_ids in merge_from_multiple function of OnDiskInvertedLists (#3327) 2024-04-03 10:36:56 -07:00
test_contrib_with_scipy.py
test_cppcontrib_sa_decode.cpp Enable for faiss tests (#3002) 2023-08-14 08:03:40 -07:00
test_cppcontrib_uintreader.cpp Enable for faiss tests (#3002) 2023-08-14 08:03:40 -07:00
test_dealloc_invlists.cpp
test_disable_pq_sdc_tables.cpp Skip HNSWPQ sdc init with new io flag (#3250) 2024-03-01 04:27:49 -08:00
test_distances_simd.cpp Enable for faiss tests (#3002) 2023-08-14 08:03:40 -07:00
test_documentation.py
test_doxygen_documentation.py
test_extra_distances.py Implemented Jaccard distance (#2684) 2023-02-27 07:49:42 -08:00
test_factory.py make nbits configurable for graph indices based on PQ (#3031) 2023-09-01 02:37:33 -07:00
test_fast_scan.py
test_fast_scan_ivf.py Fix IVFPQFastScan decode function (#3312) 2024-03-25 11:19:40 -07:00
test_fastscan_perf.cpp fix perf test (#3255) 2024-02-15 10:38:55 -08:00
test_graph_based.py Fix HNSW stats (#3309) 2024-03-22 12:55:30 -07:00
test_heap.cpp
test_hnsw.cpp
test_index.py Generalize ResultHanlder, support range search for HNSW and Fast Scan (#3190) 2024-01-11 11:46:30 -08:00
test_index_accuracy.py avx512 CI + conda packages (#3197) 2024-01-11 08:26:33 -08:00
test_index_binary.py Fix IndexBinary.assign Python method 2024-04-24 14:11:02 -07:00
test_index_binary_from_float.py
test_index_composite.py Search and return codes (#3143) 2023-11-25 13:57:25 -08:00
test_io.py Fix some typos (#3056) 2023-09-27 03:17:41 -07:00
test_ivf_index.cpp add a context parameter to InvertedLists and InvertedListsIterator (#3247) 2024-02-09 09:14:38 -08:00
test_ivflib.py
test_ivfpq_codec.cpp
test_ivfpq_indexing.cpp
test_local_search_quantizer.py relax test_lut rtol (#3016) 2023-08-18 03:47:19 -07:00
test_lowlevel_ivf.cpp
test_mem_leak.cpp
test_merge.cpp Support of skip_ids in merge_from_multiple function of OnDiskInvertedLists (#3327) 2024-04-03 10:36:56 -07:00
test_merge_index.py Support for Remove ids from IVFPQFastScan index (#3354) 2024-04-09 09:36:22 -07:00
test_meta_index.py
test_omp_threads.cpp
test_omp_threads_py.py
test_ondisk_ivf.cpp Remove semicolon(s) from 3 files inc facer/engine/utils/UDPServer.h 2024-02-14 14:37:40 -08:00
test_oom_exception.py
test_pairs_decoding.cpp Enable for faiss tests (#3002) 2023-08-14 08:03:40 -07:00
test_params_override.cpp
test_partition.py
test_partitioning.cpp faiss-gpu-raft package (#2992) 2023-08-16 09:30:41 -07:00
test_pq_encoding.cpp
test_product_quantizer.py
test_referenced_objects.py
test_refine.py Add search parameters for IndexRefine::search() and IndexRefineFlat::search() (#3122) 2023-11-05 15:07:39 -08:00
test_residual_quantizer.py fix test TestCrossCodebookComputations::test_precomp 2023-10-31 09:50:05 -07:00
test_rowwise_minmax.py
test_search_params.py selector parameter for FastScan (#3362) 2024-04-11 14:23:46 -07:00
test_simdlib.cpp Enable for faiss tests (#3002) 2023-08-14 08:03:40 -07:00
test_sliding_ivf.cpp
test_standalone_codec.py Search and return codes (#3143) 2023-11-25 13:57:25 -08:00
test_threaded_index.cpp Remove unused variables in faiss/tests/test_threaded_index.cpp 2024-02-14 15:59:23 -08:00
test_transfer_invlists.cpp
test_util.h Skip HNSWPQ sdc init with new io flag (#3250) 2024-03-01 04:27:49 -08:00
torch_test_contrib.py