faiss/tests
Alexandr Guzhva eee58b3319 Speedup tests for cppcontrib_sadecode kernels (#2620)
Summary:
Pull Request resolved: https://github.com/facebookresearch/faiss/pull/2620

Reduce the number of points to match the number of clusters needed for every index, so that a clustering procedure would skip doing actual clustering.

Reviewed By: mdouze

Differential Revision: D41964901

fbshipit-source-id: 8be8b3fda8f07a66b18b85072e1f745483cdd956
2022-12-12 11:59:05 -08:00
..
CMakeLists.txt Speedup exhaustive_L2sqr_blas for AVX2, ARM NEON and AVX512 (#2568) 2022-11-14 17:01:52 -08:00
common_faiss_tests.py
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 Building blocks for big batch IVF search 2022-12-08 09:34:16 -08:00
test_clone.py add clone for IndexRefine and others + tests (#2539) 2022-11-21 04:43:39 -08:00
test_clustering.py
test_contrib.py Implementation of big-batch IVF search (single machine) (#2567) 2022-12-09 08:53:13 -08:00
test_contrib_with_scipy.py
test_cppcontrib_sa_decode.cpp Speedup tests for cppcontrib_sadecode kernels (#2620) 2022-12-12 11:59:05 -08:00
test_cppcontrib_uintreader.cpp Additional C++ templates for fast sa_decode: more codecs for Index2LevelDecoder (#2443) 2022-09-05 10:04:32 -07:00
test_dealloc_invlists.cpp Put idx_t in the faiss namespace (#2582) 2022-11-30 08:25:30 -08:00
test_documentation.py
test_doxygen_documentation.py
test_extra_distances.py
test_factory.py Fix sub-object ownership of python interface of IVFSpectralHash 2022-10-04 07:54:00 -07:00
test_fast_scan.py Implement search methods for ProductAdditiveQuantizer (#2336) 2022-07-27 05:32:15 -07:00
test_fast_scan_ivf.py Support for parallelization in IVFFastScan over both queries and probes (#2380) 2022-08-31 05:37:53 -07:00
test_index.py Fix test timeouts (#2618) 2022-12-12 09:04:43 -08:00
test_index_accuracy.py
test_index_binary.py
test_index_binary_from_float.py
test_index_composite.py move invertedlists splitting to InvertedLists.h (#2611) 2022-12-08 01:58:22 -08:00
test_io.py Put idx_t in the faiss namespace (#2582) 2022-11-30 08:25:30 -08:00
test_ivflib.py
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 Implement search methods for ProductAdditiveQuantizer (#2336) 2022-07-27 05:32:15 -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 Put idx_t in the faiss namespace (#2582) 2022-11-30 08:25:30 -08:00
test_merge_index.py Fix test timeouts (#2618) 2022-12-12 09:04:43 -08:00
test_meta_index.py T132029385 support merge for IndexFlatCodes (#2488) 2022-09-23 07:19:21 -07: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 Put idx_t in the faiss namespace (#2582) 2022-11-30 08:25:30 -08:00
test_params_override.cpp Put idx_t in the faiss namespace (#2582) 2022-11-30 08:25:30 -08:00
test_partition.py
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
test_residual_quantizer.py fail early if RCQ norms table would become too large 2022-09-23 11:16:12 -07:00
test_rowwise_minmax.py IndexRowwiseMinMax (#2439) 2022-09-05 06:59:41 -07:00
test_search_params.py support IDSelector in more classes (#2509) 2022-10-06 23:03:23 -07:00
test_simdlib.cpp Speedup exhaustive_L2sqr_blas for AVX2, ARM NEON and AVX512 (#2568) 2022-11-14 17:01:52 -08: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 Speedup exhaustive_L2sqr_blas for AVX2, ARM NEON and AVX512 (#2568) 2022-11-14 17:01:52 -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