faiss/gpu
Lucas Hosseini 76bec0b500
Facebook sync (#573)
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
2018-08-30 19:38:50 +02:00
..
impl Facebook sync (#573) 2018-08-30 19:38:50 +02:00
perf Facebook sync (#504) 2018-07-06 14:12:11 +02:00
test Facebook sync (#573) 2018-08-30 19:38:50 +02:00
utils Facebook sync (#573) 2018-08-30 19:38:50 +02:00
CMakeLists.txt
GpuAutoTune.cpp Facebook sync (#573) 2018-08-30 19:38:50 +02:00
GpuAutoTune.h Facebook sync (#504) 2018-07-06 14:12:11 +02:00
GpuClonerOptions.cpp Facebook sync (#504) 2018-07-06 14:12:11 +02:00
GpuClonerOptions.h Facebook sync (#504) 2018-07-06 14:12:11 +02:00
GpuFaissAssert.h Facebook sync (#504) 2018-07-06 14:12:11 +02:00
GpuIndex.cu Facebook sync (#504) 2018-07-06 14:12:11 +02:00
GpuIndex.h Facebook sync (#504) 2018-07-06 14:12:11 +02:00
GpuIndexFlat.cu Facebook sync (#504) 2018-07-06 14:12:11 +02:00
GpuIndexFlat.h Facebook sync (#504) 2018-07-06 14:12:11 +02:00
GpuIndexIVF.cu Facebook sync (#504) 2018-07-06 14:12:11 +02:00
GpuIndexIVF.h Facebook sync (#504) 2018-07-06 14:12:11 +02:00
GpuIndexIVFFlat.cu Facebook sync (#504) 2018-07-06 14:12:11 +02:00
GpuIndexIVFFlat.h Facebook sync (#504) 2018-07-06 14:12:11 +02:00
GpuIndexIVFPQ.cu Facebook sync (#504) 2018-07-06 14:12:11 +02:00
GpuIndexIVFPQ.h Facebook sync (#504) 2018-07-06 14:12:11 +02:00
GpuIndicesOptions.h Facebook sync (#504) 2018-07-06 14:12:11 +02:00
GpuResources.cpp Facebook sync (#504) 2018-07-06 14:12:11 +02:00
GpuResources.h Facebook sync (#504) 2018-07-06 14:12:11 +02:00
IndexProxy.cpp Facebook sync (#504) 2018-07-06 14:12:11 +02:00
IndexProxy.h Facebook sync (#504) 2018-07-06 14:12:11 +02:00
Makefile Rename gpu/tests to gpu/test (#481) 2018-06-06 14:08:49 +02:00
StandardGpuResources.cpp Facebook sync (#573) 2018-08-30 19:38:50 +02:00
StandardGpuResources.h Facebook sync (#573) 2018-08-30 19:38:50 +02:00
depend Refactor makefiles and add configure script (#466) 2018-06-02 08:35:30 +02:00