Skip to content

Commit

Permalink
Merge pull request #1463 from dantegd/fea-faiss-161
Browse files Browse the repository at this point in the history
[REVIEW] Update FAISS to 1.6.1
  • Loading branch information
dantegd authored Dec 12, 2019
2 parents 35b077e + 667ff7d commit d8aca4c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
## Improvements
- PR #1473: C++: lazy initialization of "costly" resources inside cumlHandle

- PR #1463: Update FAISS submodule to 1.6.1

## Bug Fixes

- PR #1470: Documentation: add make_regression, fix ARIMA section
Expand Down
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ add_dependencies(cutlass cub)

ExternalProject_Add(faiss
GIT_REPOSITORY https://github.com/facebookresearch/faiss.git
GIT_TAG 656368b5eda4d376177a3355673d217fa95000b6
GIT_TAG v1.6.1
CONFIGURE_COMMAND LIBS=-pthread
CPPFLAGS=-w
LDFLAGS=-L${CMAKE_INSTALL_PREFIX}/lib
Expand Down
2 changes: 1 addition & 1 deletion cpp/src_prims/selection/knn.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

#include "distance/distance.h"

#include <faiss/Heap.h>
#include <faiss/utils/Heap.h>
#include <faiss/gpu/GpuDistance.h>
#include <faiss/gpu/GpuIndexFlat.h>
#include <faiss/gpu/GpuResources.h>
Expand Down

0 comments on commit d8aca4c

Please sign in to comment.