Skip to content

Commit

Permalink
Add missing header files (facebookresearch#3218)
Browse files Browse the repository at this point in the history
Summary:
The current CMakeList.txt misses a few header files. This PR adds these missing files.

Pull Request resolved: facebookresearch#3218

Reviewed By: mlomeli1

Differential Revision: D53081725

Pulled By: algoriddle

fbshipit-source-id: 94531b39350f6d5b9f8c1bedbb1286f265e99a09
  • Loading branch information
kyamagu authored and abhinavdangeti committed Jul 12, 2024
1 parent 53a8634 commit cf17ab6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions faiss/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ set(FAISS_HEADERS
index_io.h
impl/AdditiveQuantizer.h
impl/AuxIndexStructures.h
impl/CodePacker.h
impl/IDSelector.h
impl/DistanceComputer.h
impl/FaissAssert.h
Expand Down Expand Up @@ -198,6 +199,7 @@ set(FAISS_HEADERS
utils/prefetch.h
utils/quantize_lut.h
utils/random.h
utils/sorting.h
utils/simdlib.h
utils/simdlib_avx2.h
utils/simdlib_emulated.h
Expand Down
1 change: 1 addition & 0 deletions faiss/gpu/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ generate_ivf_interleaved_code()

if(FAISS_ENABLE_RAFT)
list(APPEND FAISS_GPU_HEADERS
impl/RaftUtils.h
impl/RaftIVFFlat.cuh
impl/RaftFlatIndex.cuh)
list(APPEND FAISS_GPU_SRC
Expand Down

0 comments on commit cf17ab6

Please sign in to comment.