faiss/tests
Matthijs Douze 67d87275f8 Clean up batch comments + obey IO_FLAG_SKIP_PRECOMPUTE_TABLE (#3013)
Summary:
Pull Request resolved: https://github.com/facebookresearch/faiss/pull/3013

To avoid OOM when loading some RCQs, don't precompute cross product tables when io_flags contains bit IO_FLAG_SKIP_PRECOMPUTE_TABLE

Reviewed By: pemazare

Differential Revision: D48448616

fbshipit-source-id: a261259f1fb583aa358d6b6c42d9b851e9729247
2023-09-01 07:06:14 -07: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
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
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
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 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 relax test_lut rtol (#3016) 2023-08-18 03:47:19 -07:00
test_lowlevel_ivf.cpp
test_mem_leak.cpp
test_merge.cpp
test_merge_index.py
test_meta_index.py
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_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
test_residual_quantizer.py Clean up batch comments + obey IO_FLAG_SKIP_PRECOMPUTE_TABLE (#3013) 2023-09-01 07:06:14 -07:00
test_rowwise_minmax.py
test_search_params.py Fix memory leak for ParameterSpace objects (#3007) 2023-08-17 12:51:29 -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