faiss/tests
Gergely Szilvasy 90654d6011 benchmark core faiss prereqs
Summary:
1. Support `search_preassigned` in IVFFastScan
2. `try_extract_index_ivf` to search recursively and support `IndexRefine`
3. `get_InvertedListScanner` to fail where not available
4. Workaround an OpenMP issue with `IndexIVFSpectralHash`

Reviewed By: mdouze

Differential Revision: D51427241

fbshipit-source-id: 365e3f11d24e80f101f986fc358c28dcc00805fa
2023-11-28 11:50:03 -08:00
..
CMakeLists.txt faiss-gpu-raft package (#2992) 2023-08-16 09:30:41 -07:00
common_faiss_tests.py Make tests a little less verbose 2023-07-04 07:02:53 -07:00
test_RCQ_cropping.cpp Enable for faiss tests (#3002) 2023-08-14 08:03:40 -07:00
test_approx_topk.cpp Enable for faiss tests (#3002) 2023-08-14 08:03:40 -07:00
test_autotune.py
test_binary_factory.py
test_binary_flat.cpp Put idx_t in the faiss namespace (#2582) 2022-11-30 08:25:30 -08:00
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_clone.py OSS legal requirements (#2698) 2023-02-07 14:32:56 -08:00
test_clustering.py
test_code_distance.cpp Enable for faiss tests (#3002) 2023-08-14 08:03:40 -07:00
test_contrib.py faiss-gpu-raft package (#2992) 2023-08-16 09:30:41 -07:00
test_contrib_with_scipy.py faiss: use autovectorization for inner product (#2712) 2023-02-16 10:24:25 -08:00
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 Put idx_t in the faiss namespace (#2582) 2022-11-30 08:25:30 -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 Support RAFT from python (#2864) 2023-05-19 20:49:01 -07:00
test_fast_scan_ivf.py Relax IVF AQ FastScan (#2940) 2023-07-05 21:51:12 -07:00
test_heap.cpp addn_query_subset_with_ids float index bug (#2834) 2023-04-28 05:14:18 -07:00
test_hnsw.cpp AVX2 version of faiss::HNSW::MinimaxHeap::pop_min() (#2874) 2023-05-26 11:35:21 -07:00
test_index.py Back out "Better NaN handling" (#3006) 2023-08-15 09:32:01 -07:00
test_index_accuracy.py Make tests a little less verbose 2023-07-04 07:02:53 -07:00
test_index_binary.py Binary cloning and GPU range search (#2916) 2023-06-19 06:05:14 -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_ivflib.py building blocks for hybrid CPU / GPU search (#2638) 2023-01-12 13:34:44 -08:00
test_ivfpq_codec.cpp Put idx_t in the faiss namespace (#2582) 2022-11-30 08:25:30 -08:00
test_ivfpq_indexing.cpp Put idx_t in the faiss namespace (#2582) 2022-11-30 08:25:30 -08:00
test_local_search_quantizer.py relax test_lut rtol (#3016) 2023-08-18 03:47:19 -07:00
test_lowlevel_ivf.cpp Put idx_t in the faiss namespace (#2582) 2022-11-30 08:25:30 -08:00
test_mem_leak.cpp Put idx_t in the faiss namespace (#2582) 2022-11-30 08:25:30 -08:00
test_merge.cpp IndexShards with common quantizer (#2682) 2023-02-15 06:48:47 -08:00
test_merge_index.py OSS legal requirements (#2698) 2023-02-07 14:32:56 -08:00
test_meta_index.py IndexShards with common quantizer (#2682) 2023-02-15 06:48:47 -08:00
test_omp_threads.cpp
test_omp_threads_py.py
test_ondisk_ivf.cpp Put idx_t in the faiss namespace (#2582) 2022-11-30 08:25:30 -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 Put idx_t in the faiss namespace (#2582) 2022-11-30 08:25:30 -08:00
test_partition.py support range search from GPU (#2860) 2023-05-16 00:27:53 -07:00
test_partitioning.cpp faiss-gpu-raft package (#2992) 2023-08-16 09:30:41 -07:00
test_pq_encoding.cpp add remove and merge features for IndexFastScan (#2497) 2022-10-11 04:14:29 -07:00
test_product_quantizer.py Introduce transposed centroid table to speedup ProductQuantizer::compute_codes() (#2562) 2022-11-06 08:32:54 -08:00
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 IndexRowwiseMinMax (#2439) 2022-09-05 06:59:41 -07:00
test_search_params.py benchmark core faiss prereqs 2023-11-28 11:50:03 -08:00
test_simdlib.cpp Enable for faiss tests (#3002) 2023-08-14 08:03:40 -07:00
test_sliding_ivf.cpp Put idx_t in the faiss namespace (#2582) 2022-11-30 08:25:30 -08:00
test_standalone_codec.py Search and return codes (#3143) 2023-11-25 13:57:25 -08:00
test_threaded_index.cpp Put idx_t in the faiss namespace (#2582) 2022-11-30 08:25:30 -08:00
test_transfer_invlists.cpp Put idx_t in the faiss namespace (#2582) 2022-11-30 08:25:30 -08:00
torch_test_contrib.py Automatic type conversions for Python API (#2274) 2022-03-30 05:42:08 -07:00