- 18 Jul, 2017 1 commit
-
-
matthijs authored
- implemented ScalarQuantizer (without IVF) - implemented update for IndexIVFFlat - implemented L2 normalization preproc
-
- 11 Jul, 2017 1 commit
-
-
Matthijs Douze authored
-
- 22 Jun, 2017 5 commits
-
-
matthijs authored
-
-
matthijs authored
-
matthijs authored
-
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 3 commits
- 15 Jun, 2017 1 commit
-
-
Max Strange authored
The rootdir in the distribution seems specific to the creators. I just made the rootdir for the fvecs be the suggested directory (sift1M) from the installation guide.
-
- 31 May, 2017 3 commits
-
-
Boris Mansencal authored
-
Matthijs Douze authored
-
Adeykin authored
-
- 10 May, 2017 1 commit
-
-
Matthijs Douze authored
-
- 08 May, 2017 1 commit
-
-
Jeff Johnson authored
correct utils::nextHighestPowerOf2
-
- 07 May, 2017 1 commit
-
-
BorisMansencal authored
The bit shift was done as int and not as current type (size_t for example), thus the computed next highest power of 2 was wrong on large numbers.
-
- 02 May, 2017 1 commit
-
-
Tianwei Shen authored
* 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
-
- 25 Apr, 2017 1 commit
-
-
Jeff Johnson authored
Added additional notice concerning compute capabilities.
-
- 19 Apr, 2017 1 commit
-
-
Pierre Letessier authored
* Docker build from local sources rather than Github cloned sources * Update INSTALL instructions for docker build from Github repo * Back to generic makefile.inc.Linux and use of env var in Dockerfile * Back to generic makefile.inc.Linux and use of env var in Dockerfile
-
- 14 Apr, 2017 1 commit
-
-
Matthijs Douze authored
-
- 06 Apr, 2017 1 commit
-
-
matthijs authored
avoid reading beyond the end of an array in fvec_L2sqr and related functions
-
- 24 Mar, 2017 1 commit
-
-
Pierre Letessier authored
* Add Dockerfile * Update documentation with Docker build/run details
-
- 21 Mar, 2017 4 commits
-
-
Matthijs Douze authored
-
matthijs authored
- better selection of training sets for PQ and preprocessing - GPU parameter object - IndexIDMap fixed - fixed redo bug in clustering
-
matthijs authored
- better selection of training sets for PQ and preprocessing - GPU parameter object - IndexIDMap fixed - fixed redo bug in clustering
-
Matthijs Douze authored
-
- 16 Mar, 2017 1 commit
-
-
Matthijs Douze authored
-
- 10 Mar, 2017 2 commits
-
-
Matthijs Douze authored
-
Matthijs Douze authored
-
- 09 Mar, 2017 1 commit
-
-
Harvey authored
-
- 05 Mar, 2017 3 commits
-
-
Matthijs Douze authored
-
Laurent Chauvin authored
swiggfaiss_wrap.cxx already include <numpy/arrayobject.h>, if compiled with -I/usr/lib64/python2.7/site-packages/numpy/core/include/numpy, file will be searched at /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/numpy/arrayobject.h and will not be found.
-
Matthijs Douze authored
-
- 04 Mar, 2017 5 commits
-
-
Bruno Guberfain do Amaral authored
* Changing a few settings for MKL on Ubuntu This is my current configuration for MKL on Ubuntu. I also corrected the `BLASLDFLAGS=-DFINTEGER=long` line (it should be `BLASCFLAGS`). * Update makefile.inc.Linux Tested and documented on MLK 2017.0.098
-
Jeff Johnson authored
-
Jeff Johnson authored
-
Jeff Johnson authored
-
Jeff Johnson authored
-
- 03 Mar, 2017 1 commit
-
-
mdouze authored
-