Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: facebookresearch/faiss
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.3
Choose a base ref
...
head repository: facebookresearch/faiss
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.0
Choose a head ref
  • 20 commits
  • 330 files changed
  • 3 contributors

Commits on Jun 24, 2019

  1. Update README.md

    Lucas Hosseini authored Jun 24, 2019
    Copy the full SHA
    0ca46ee View commit details

Commits on Jun 25, 2019

  1. Update CONTRIBUTING.md

    mdouze authored Jun 25, 2019
    Copy the full SHA
    70f5b04 View commit details

Commits on Jun 28, 2019

  1. Dynamically detect avx2 capabilities (#877)

    * Install scipy via pip rather than system package manager
    
    * Dynamically detect AVX2 capability
    
    * Simplify build on TravisCI
    Lucas Hosseini authored Jun 28, 2019
    Copy the full SHA
    656368b View commit details

Commits on Aug 29, 2019

  1. Ondisk distributed index implementation (#930)

    Adds the code for the distributed on-disk index
    mdouze authored Aug 29, 2019
    Copy the full SHA
    8d08912 View commit details
  2. Update combined_index.py

    mdouze authored Aug 29, 2019
    Copy the full SHA
    10ca6e2 View commit details
  3. Update distributed_kmeans.py

    mdouze authored Aug 29, 2019
    Copy the full SHA
    a9a475b View commit details
  4. Copy the full SHA
    87c83b9 View commit details
  5. Update make_index_vslice.py

    mdouze authored Aug 29, 2019
    Copy the full SHA
    29e0514 View commit details
  6. Update make_trained_index.py

    mdouze authored Aug 29, 2019
    Copy the full SHA
    0fdd380 View commit details
  7. Update merge_to_ondisk.py

    mdouze authored Aug 29, 2019
    Copy the full SHA
    64828d2 View commit details
  8. Update rpc.py

    mdouze authored Aug 29, 2019
    Copy the full SHA
    d9a01b2 View commit details
  9. Update run_on_cluster.bash

    mdouze authored Aug 29, 2019
    Copy the full SHA
    983a1f6 View commit details
  10. Update search_server.py

    mdouze authored Aug 29, 2019
    Copy the full SHA
    c364c2b View commit details

Commits on Aug 30, 2019

  1. Update README.md

    mdouze authored Aug 30, 2019
    Copy the full SHA
    f61e622 View commit details

Commits on Sep 2, 2019

  1. Fix spelling error (#919)

    Scaled-Vision authored and mdouze committed Sep 2, 2019
    Copy the full SHA
    8b68260 View commit details

Commits on Sep 20, 2019

  1. Facebook sync (2019-09-10) (#943)

    * Facebook sync (2019-09-10)
    
    * Fix depends Makefile target.
    
    * Add faiss symlink for new include directives.
    
    * Fix missing header.
    
    * Fix tests.
    
    * Fix Makefile.
    
    * Update depend.
    
    * Fix include directives spacing.
    Lucas Hosseini authored Sep 20, 2019
    Copy the full SHA
    36ddba9 View commit details
  2. Run time detection of avx2 for conda packages. (#957)

    * Build conda CPU packages with run-time detection of AVX2.
    
    * Add cudatoolkit 10.1 to conda list.
    
    * Default to sse4 on x86_64.
    Lucas Hosseini authored Sep 20, 2019
    1
    Copy the full SHA
    3d0ece0 View commit details

Commits on Sep 21, 2019

  1. Update AutoTune.h

    mdouze authored Sep 21, 2019
    Copy the full SHA
    cdf9d91 View commit details

Commits on Sep 22, 2019

  1. Fix GPU build. (#959)

    Lucas Hosseini authored Sep 22, 2019
    Copy the full SHA
    d922080 View commit details

Commits on Sep 24, 2019

  1. Prepare for v1.6.0 release.

    Lucas Hosseini committed Sep 24, 2019
    Copy the full SHA
    3139376 View commit details
Loading