1. 22 Nov, 2017 1 commit
    • matthijs's avatar
      sync with FB version 2017-11-22 · 0df3f646
      matthijs authored
      various bugfixes from github issues
      kmean with some frozen centroids
      GPU better tiling for large flat datasets
      default AVX for vector ops
      0df3f646
  2. 13 Nov, 2017 1 commit
  3. 07 Nov, 2017 1 commit
  4. 27 Oct, 2017 1 commit
  5. 18 Sep, 2017 1 commit
  6. 08 Sep, 2017 2 commits
  7. 04 Sep, 2017 1 commit
  8. 01 Sep, 2017 1 commit
  9. 31 Aug, 2017 2 commits
  10. 10 Aug, 2017 2 commits
  11. 01 Aug, 2017 1 commit
  12. 30 Jul, 2017 1 commit
  13. 26 Jul, 2017 2 commits
  14. 19 Jul, 2017 1 commit
  15. 18 Jul, 2017 4 commits
  16. 11 Jul, 2017 1 commit
  17. 22 Jun, 2017 5 commits
  18. 21 Jun, 2017 3 commits
  19. 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
  20. 31 May, 2017 3 commits
  21. 10 May, 2017 1 commit
  22. 08 May, 2017 1 commit
  23. 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
  24. 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
  25. 25 Apr, 2017 1 commit