faiss/tests
Maria Lomeli c09992bc8a Back out "Better NaN handling" (#3006)
Summary:
Pull Request resolved: https://github.com/facebookresearch/faiss/pull/3006

Original commit changeset: 99e7786582e9

Original Phabricator Diff: D48031390

Reviewed By: algoriddle

Differential Revision: D48353221

fbshipit-source-id: fd326f2a45d20f68507ca39a33a325528651b37d
2023-08-15 09:32:01 -07:00
..
CMakeLists.txt AVX2 version of faiss::HNSW::MinimaxHeap::pop_min() (#2874) 2023-05-26 11:35:21 -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
test_binary_hashindex.py
test_binary_io.py
test_build_blocks.py Access graph structure for NSG (#2984) 2023-08-04 06:55:24 -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_contrib.py Access graph structure for NSG (#2984) 2023-08-04 06:55:24 -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
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 Fix typo 'ownerhsip' 2023-02-17 16:27:15 -08: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 Support independent IVF coarse quantizer 2023-05-26 02:59:01 -07:00
test_io.py
test_ivflib.py
test_ivfpq_codec.cpp
test_ivfpq_indexing.cpp
test_local_search_quantizer.py
test_lowlevel_ivf.cpp
test_mem_leak.cpp
test_merge.cpp IndexShards with common quantizer (#2682) 2023-02-15 06:48:47 -08:00
test_merge_index.py
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
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 support range search from GPU (#2860) 2023-05-16 00:27:53 -07:00
test_pq_encoding.cpp
test_product_quantizer.py
test_referenced_objects.py
test_refine.py
test_residual_quantizer.py Make tests a little less verbose 2023-07-04 07:02:53 -07:00
test_rowwise_minmax.py
test_search_params.py support range search from GPU (#2860) 2023-05-16 00:27:53 -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 Make tests a little less verbose 2023-07-04 07:02:53 -07:00
test_threaded_index.cpp
test_transfer_invlists.cpp
torch_test_contrib.py