- 20 Dec, 2018 1 commit
-
-
Lucas Hosseini authored
* Add GpuIndexBinaryFlat * Add IndexBinaryHNSW
-
- 22 Nov, 2017 1 commit
-
-
matthijs authored
various bugfixes from github issues kmean with some frozen centroids GPU better tiling for large flat datasets default AVX for vector ops
-
- 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
-
- 21 Mar, 2017 1 commit
-
-
matthijs authored
- better selection of training sets for PQ and preprocessing - GPU parameter object - IndexIDMap fixed - fixed redo bug in clustering
-
- 01 Mar, 2017 1 commit
-
-
matthijs authored
-
- 23 Feb, 2017 1 commit
-
-
Matthijs Douze authored
-