faiss/gpu/test
Lucas Hosseini 3896b12c65
Facebook sync (Jun 2019) (#862)
Bugfixes:
- slow scanning of inverted lists (#836).

Features:
- add basic support for 6 new metrics in CPU `IndexFlat` and `IndexHNSW` (#848);
- add support for `IndexIDMap`/`IndexIDMap2` with binary indexes (#780).

Misc:
- throw python exception for OOM (#758);
- make `DistanceComputer` available for all random access indexes;
- gradually moving from `long` to `int64_t` for portability.
2019-06-19 15:59:06 +02:00
..
Makefile Fix Makefile in gpu/test (#843) 2019-05-29 14:32:05 +02:00
TestGpuDistance.cu Facebook sync (May 2019) + relicense (#838) 2019-05-28 16:17:22 +02:00
TestGpuIndexBinaryFlat.cpp Facebook sync (May 2019) + relicense (#838) 2019-05-28 16:17:22 +02:00
TestGpuIndexFlat.cpp Facebook sync (May 2019) + relicense (#838) 2019-05-28 16:17:22 +02:00
TestGpuIndexIVFFlat.cpp Facebook sync (May 2019) + relicense (#838) 2019-05-28 16:17:22 +02:00
TestGpuIndexIVFPQ.cpp Facebook sync (May 2019) + relicense (#838) 2019-05-28 16:17:22 +02:00
TestGpuMemoryException.cpp Facebook sync (Jun 2019) (#862) 2019-06-19 15:59:06 +02:00
TestGpuSelect.cu Facebook sync (May 2019) + relicense (#838) 2019-05-28 16:17:22 +02:00
TestUtils.cpp Facebook sync (May 2019) + relicense (#838) 2019-05-28 16:17:22 +02:00
TestUtils.h Facebook sync (May 2019) + relicense (#838) 2019-05-28 16:17:22 +02:00
demo_ivfpq_indexing_gpu.cpp Facebook sync (May 2019) + relicense (#838) 2019-05-28 16:17:22 +02:00
test_gpu_index.py Facebook sync (May 2019) + relicense (#838) 2019-05-28 16:17:22 +02:00
test_pytorch_faiss.py Facebook sync (May 2019) + relicense (#838) 2019-05-28 16:17:22 +02:00