• Lucas Hosseini's avatar
    Facebook sync (#573) · 76bec0b5
    Lucas Hosseini authored
    Features:
    
    - automatic tracking of C++ references in Python
    - non-intel platforms supported -- some functions optimized for ARM
    - override nprobe for concurrent searches
    - support for floating-point quantizers in binary indexes
    Bug fixes:
    
    - no more segfaults in python (I know it's the same as the first feature but it's important!)
    - fix GpuIndexIVFFlat issues for float32 with 64 / 128 dims
    - fix sharding of flat indexes on GPU with index_cpu_to_gpu_multiple
    76bec0b5
Name
Last commit
Last update
..
CMakeLists.txt Loading commit data...
Makefile Loading commit data...
test_binary_factory.py Loading commit data...
test_binary_flat.cpp Loading commit data...
test_binary_io.py Loading commit data...
test_build_blocks.py Loading commit data...
test_factory.py Loading commit data...
test_index.py Loading commit data...
test_index_accuracy.py Loading commit data...
test_index_binary.py Loading commit data...
test_index_binary_from_float.py Loading commit data...
test_index_composite.py Loading commit data...
test_ivfpq_codec.cpp Loading commit data...
test_ivfpq_indexing.cpp Loading commit data...
test_merge.cpp Loading commit data...
test_ondisk_ivf.cpp Loading commit data...
test_pairs_decoding.cpp Loading commit data...
test_params_override.cpp Loading commit data...
test_referenced_objects.py Loading commit data...
test_sliding_ivf.cpp Loading commit data...
test_transfer_invlists.cpp Loading commit data...