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.6.0
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.1
Choose a head ref
  • 11 commits
  • 34 files changed
  • 7 contributors

Commits on Oct 20, 2019

  1. Update README.md

    mdouze authored Oct 20, 2019
    Configuration menu
    Copy the full SHA
    10b5a13 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    mdouze authored Oct 20, 2019
    Configuration menu
    Copy the full SHA
    8bc0926 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2019

  1. Fix GPUSQ copyto bug

    JinHai-CN committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    45639f6 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2019

  1. Merge pull request #1006 from milvus-io/1.6.0

    Fix GPUSQ copyto bug
    wickedfoo authored Nov 1, 2019
    Configuration menu
    Copy the full SHA
    2cce2e5 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2019

  1. 1 Configuration menu
    Copy the full SHA
    e325c50 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. Update demo_sift1M.cpp

    mdouze authored Nov 19, 2019
    Configuration menu
    Copy the full SHA
    4c32fa4 View commit details
    Browse the repository at this point in the history
  2. [C_API] Pass compilation in current state (#989)

    * Pass compilation in current state
    
    * Fix formatting and add missing parts
    
    * Define DistanceComputer
    
    * Add documentation to name changed on DistanceComputer::operator()()
    
    * Apply suggestions from code review
    
    Changes in docs
    
    Co-Authored-By: Eduardo Pinho <enet4mikeenet@gmail.com>
    
    * Updated MetricType
    xolott authored and mdouze committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    c47da8a View commit details
    Browse the repository at this point in the history
  3. Fixes to enable building with -mavx, for Sandybridge CPUs. (#992)

    The -mf16c (i.e. packed-half conversion instructions) weren't added until the
    Ivy Bridge CPU generation (https://en.wikipedia.org/wiki/F16C#CPUs_with_F16C).
    Therefore, code dependent on those intrinsics must be conditioned on __F16C__ -
    not __AVX__.
    mattg-sp authored and Lucas Hosseini committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    2ab4b48 View commit details
    Browse the repository at this point in the history
  4. Use intrinsics for float16 in GPU scalar quantizer. (#987)

    Lucas Hosseini authored Nov 19, 2019
    Configuration menu
    Copy the full SHA
    da24fcc View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2019

  1. Replace print with logging (#964)

    kyamagu authored and Lucas Hosseini committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    83a341f View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. Facebook sync 20191129 (#1048)

    Looks good!
    Lucas Hosseini authored and mdouze committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    2ba6985 View commit details
    Browse the repository at this point in the history
Loading