faiss/tests
Gergely Szilvasy cbff63e3b7 addn_query_subset_with_ids float index bug (#2834)
Summary:
Pull Request resolved: https://github.com/facebookresearch/faiss/pull/2834

Index stored in float results in buffer overflow and corrupts search results.

Reviewed By: mdouze

Differential Revision: D45388883

fbshipit-source-id: bee696495b323a13350550d1928d25202539b1f0
2023-04-28 05:14:18 -07:00
..
CMakeLists.txt addn_query_subset_with_ids float index bug (#2834) 2023-04-28 05:14:18 -07:00
common_faiss_tests.py
test_RCQ_cropping.cpp Fix decoding of large fast_scan blocks (#2746) 2023-03-10 03:51:46 -08:00
test_approx_topk.cpp OSS legal requirements (#2698) 2023-02-07 14:32:56 -08: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 evaluation script + IVF block search (#2781) 2023-03-24 13:54:08 -07:00
test_clone.py OSS legal requirements (#2698) 2023-02-07 14:32:56 -08:00
test_clustering.py Non-uniform quantization of vector norms (#2037) 2021-10-11 14:13:16 -07:00
test_contrib.py make balanced clusters the default (#2796) 2023-03-28 07:23:30 -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 Support of 12-bit vector codecs for SaDecodeKernels (#2745) 2023-03-06 09:27:42 -08:00
test_cppcontrib_uintreader.cpp Support of 12-bit vector codecs for SaDecodeKernels (#2745) 2023-03-06 09:27:42 -08: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 Faster versions of fvec_op_ny_Dx for AVX2 (#2811) 2023-04-24 15:03:45 -07:00
test_documentation.py Generate python docstrings from doxygen comments. (#1969) 2021-10-10 22:14:48 -07:00
test_doxygen_documentation.py Generate python docstrings from doxygen comments. (#1969) 2021-10-10 22:14:48 -07:00
test_extra_distances.py Implemented Jaccard distance (#2684) 2023-02-27 07:49:42 -08:00
test_factory.py Fix typo 'ownerhsip' 2023-02-17 16:27:15 -08:00
test_fast_scan.py Fix decoding of large fast_scan blocks (#2746) 2023-03-10 03:51:46 -08: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_heap.cpp addn_query_subset_with_ids float index bug (#2834) 2023-04-28 05:14:18 -07:00
test_index.py faiss: use autovectorization for inner product (#2712) 2023-02-16 10:24:25 -08:00
test_index_accuracy.py CodePacker for non-contiguous code layouts (#2625) 2022-12-21 11:06:53 -08:00
test_index_binary.py evaluation script + IVF block search (#2781) 2023-03-24 13:54:08 -07:00
test_index_binary_from_float.py
test_index_composite.py building blocks for hybrid CPU / GPU search (#2638) 2023-01-12 13:34:44 -08:00
test_io.py Put idx_t in the faiss namespace (#2582) 2022-11-30 08:25:30 -08: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 about a magnitude faster LSQ/PLSQ training and encoding (#2650) 2023-01-06 09:06:34 -08: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 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 Generalize DistanceComputer for flat indexes (#2255) 2022-03-20 23:43:33 -07:00
test_residual_quantizer.py Support M1 in circleCI (#2774) 2023-03-23 15:09:32 -07:00
test_rowwise_minmax.py IndexRowwiseMinMax (#2439) 2022-09-05 06:59:41 -07:00
test_search_params.py Proposal IDSelectorCombination (#2742) 2023-03-08 08:48:54 -08:00
test_simdlib.cpp Additional comparison facilities in simdlib (#2783) 2023-03-28 14:01:59 -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 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