1. 22 Jun, 2017 1 commit
    • matthijs's avatar
      Synchronization with FB version 2017-06-21 · 784e2fac
      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
      784e2fac
  2. 15 Jun, 2017 1 commit
    • Max Strange's avatar
      Changed rootdir (#137) · 9839b0ae
      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.
      9839b0ae
  3. 31 May, 2017 3 commits
  4. 10 May, 2017 1 commit
  5. 08 May, 2017 1 commit
  6. 07 May, 2017 1 commit
    • BorisMansencal's avatar
      correct utils::nextHighestPowerOf2 · 5b92eeb2
      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.
      5b92eeb2
  7. 02 May, 2017 1 commit
    • Tianwei Shen's avatar
      add initial cmake support (#75) · 80314d9f
      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
      80314d9f
  8. 25 Apr, 2017 1 commit
  9. 19 Apr, 2017 1 commit
    • Pierre Letessier's avatar
      Docker improvements (#88) · 28168310
      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
      28168310
  10. 14 Apr, 2017 1 commit
  11. 06 Apr, 2017 1 commit
  12. 24 Mar, 2017 1 commit
  13. 21 Mar, 2017 4 commits
  14. 16 Mar, 2017 1 commit
  15. 10 Mar, 2017 2 commits
  16. 09 Mar, 2017 1 commit
  17. 05 Mar, 2017 3 commits
  18. 04 Mar, 2017 5 commits
  19. 03 Mar, 2017 4 commits
  20. 02 Mar, 2017 2 commits
  21. 01 Mar, 2017 4 commits