- 21 Feb, 2018 1 commit
-
-
Lucas Hosseini authored
* Add shared lib target for GPU version. * Dynamically link tutorial examples. * Add shared lib to clean target in GPU Makefile. * Add clean target to tutorial examples Makefile. * Minor modifications to tutorial GPU examples.
-
- 20 Feb, 2018 1 commit
-
-
Lucas Hosseini authored
* Remove transitional print import. * Add example for multiple GPUs in python. * Add example on GPU in C++. * Add example on multiple GPUs in C++. * Add IVFFlat example on GPU in python. * Add Makefile for C++ tutorial examples. * Add IVF index on GPU example in C++.
-
- 30 Jul, 2017 1 commit
-
-
matthijs authored
-
- 22 Jun, 2017 1 commit
-
-
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
-
- 21 Jun, 2017 1 commit
-
-
matthijs authored
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
-
- 23 Feb, 2017 1 commit
-
-
Matthijs Douze authored
-