15 Commits

Author SHA1 Message Date
Lucas Hosseini
db855a2146
Add Makefile for tests. (#345) 2018-02-23 16:08:40 +01:00
matthijs
9933892ec9 sync with FB version 2017-01-09
- adding HNSW indexing method

- simultaneous search and reconstruction for IndexIVFPQ
2018-01-09 06:42:06 -08:00
Matthijs Douze
e652a6648f
Update demo_auto_tune.py 2017-11-23 16:52:31 +01:00
matthijs
5f684a4627 Merge branch 'master' of https://github.com/facebookresearch/faiss 2017-11-23 06:46:00 -08:00
matthijs
fe446e41a2 bugfixes 2017-11-23 06:34:53 -08:00
Soumith Chintala
de8ac33f2e fix test syntax (#260) 2017-11-23 10:40:06 +01:00
matthijs
250a3d3f18 sync with FB version 2017-11-22
various bugfixes from github issues
kmean with some frozen centroids
GPU better tiling for large flat datasets
default AVX for vector ops
2017-11-22 05:11:28 -08:00
matthijs
a5ef16db89 sync with FB version 2017-08-09 2017-08-09 11:13:51 -07:00
matthijs
8e3dc6f2b0 changed license 2017-07-30 00:18:45 -07:00
matthijs
12f181ee44 forgotten 2017-07-18 02:55:11 -07:00
matthijs
f7aedbdfc0 sync with FB version 2017-07-18
- implemented ScalarQuantizer (without IVF)
- implemented update for IndexIVFFlat
- implemented L2 normalization preproc
2017-07-18 02:51:27 -07:00
matthijs
784e2facd8 Synchronization with FB version 2017-06-21
* 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
2017-06-21 09:01:06 -07:00
Adeykin
c056f1d320 mkl support in cmake (#123) 2017-05-31 15:41:42 +02:00
Tianwei Shen
80314d9f07 add initial cmake support (#75)
* add initial cmake support

* update cmake, add cmake instructions to INSTALL

* update findopenmp and INSTALL

* change FindOpenBLAS.cmake to cater for macports

- change cblas.h to openblas_config.h since macports does not ship
cblas.h with openblas.

* revise INSTALL for cmake
2017-05-02 11:04:50 +02:00
Matthijs Douze
c670118a4e Initial commit 2017-02-22 23:26:44 +01:00