• Lucas Hosseini's avatar
    Facebook sync (May 2019) + relicense (#838) · a8118acb
    Lucas Hosseini authored
    Changelog:
    
    - changed license: BSD+Patents -> MIT
    - propagates exceptions raised in sub-indexes of IndexShards and IndexReplicas
    - support for searching several inverted lists in parallel (parallel_mode != 0)
    - better support for PQ codes where nbit != 8 or 16
    - IVFSpectralHash implementation: spectral hash codes inside an IVF
    - 6-bit per component scalar quantizer (4 and 8 bit were already supported)
    - combinations of inverted lists: HStackInvertedLists and VStackInvertedLists
    - configurable number of threads for OnDiskInvertedLists prefetching (including 0=no prefetch)
    - more test and demo code compatible with Python 3 (print with parentheses)
    - refactored benchmark code: data loading is now in a single file
    Unverified
    a8118acb
Name
Last commit
Last update
..
BlockSelectFloat1.cu Facebook sync (May 2019) + relicense (#838)
BlockSelectFloat128.cu Facebook sync (May 2019) + relicense (#838)
BlockSelectFloat256.cu Facebook sync (May 2019) + relicense (#838)
BlockSelectFloat32.cu Facebook sync (May 2019) + relicense (#838)
BlockSelectFloat64.cu Facebook sync (May 2019) + relicense (#838)
BlockSelectFloatF1024.cu Facebook sync (May 2019) + relicense (#838)
BlockSelectFloatF2048.cu Facebook sync (May 2019) + relicense (#838)
BlockSelectFloatF512.cu Facebook sync (May 2019) + relicense (#838)
BlockSelectFloatT1024.cu Facebook sync (May 2019) + relicense (#838)
BlockSelectFloatT2048.cu Facebook sync (May 2019) + relicense (#838)
BlockSelectFloatT512.cu Facebook sync (May 2019) + relicense (#838)
BlockSelectHalf1.cu Facebook sync (May 2019) + relicense (#838)
BlockSelectHalf128.cu Facebook sync (May 2019) + relicense (#838)
BlockSelectHalf256.cu Facebook sync (May 2019) + relicense (#838)
BlockSelectHalf32.cu Facebook sync (May 2019) + relicense (#838)
BlockSelectHalf64.cu Facebook sync (May 2019) + relicense (#838)
BlockSelectHalfF1024.cu Facebook sync (May 2019) + relicense (#838)
BlockSelectHalfF2048.cu Facebook sync (May 2019) + relicense (#838)
BlockSelectHalfF512.cu Facebook sync (May 2019) + relicense (#838)
BlockSelectHalfT1024.cu Facebook sync (May 2019) + relicense (#838)
BlockSelectHalfT2048.cu Facebook sync (May 2019) + relicense (#838)
BlockSelectHalfT512.cu Facebook sync (May 2019) + relicense (#838)
BlockSelectImpl.cuh Facebook sync (May 2019) + relicense (#838)