• matthijs's avatar
    Synchronization with FB version 2017-06-21 · 784e2fac
    matthijs authored
    * moved most FAISS_ASSERT calls to C++ exceptions, and adjusted
      memory allocation to avoid mem leaks
    
    * added an IndexIVFScalarQuantizer type that offers an
      intermediate compression between IVFFlat and IVFPQ
    
    * support removal of indices in IndexIDMap / IndexFlat combination
    
    * various fixes in GPU code
    784e2fac
Name
Last commit
Last update
..
impl Loading commit data...
perf Loading commit data...
test Loading commit data...
utils Loading commit data...
CMakeLists.txt Loading commit data...
GpuAutoTune.cpp Loading commit data...
GpuAutoTune.h Loading commit data...
GpuClonerOptions.cpp Loading commit data...
GpuClonerOptions.h Loading commit data...
GpuIndex.cu Loading commit data...
GpuIndex.h Loading commit data...
GpuIndexFlat.cu Loading commit data...
GpuIndexFlat.h Loading commit data...
GpuIndexIVF.cu Loading commit data...
GpuIndexIVF.h Loading commit data...
GpuIndexIVFFlat.cu Loading commit data...
GpuIndexIVFFlat.h Loading commit data...
GpuIndexIVFPQ.cu Loading commit data...
GpuIndexIVFPQ.h Loading commit data...
GpuIndicesOptions.h Loading commit data...
GpuResources.cpp Loading commit data...
GpuResources.h Loading commit data...
IndexProxy.cpp Loading commit data...
IndexProxy.h Loading commit data...
Makefile Loading commit data...
StandardGpuResources.cpp Loading commit data...
StandardGpuResources.h Loading commit data...