Skip to content

Commit

Permalink
Mismatch tags take 2 (facebookresearch#3211)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: facebookresearch#3211

X-link: facebookincubator/velox#8461

Reviewed By: luciang

Differential Revision: D52931746

fbshipit-source-id: 0aa40ff310ec48ace13927faaa47e0ebfa8b921e
  • Loading branch information
r-barnes authored and facebook-github-bot committed Jan 21, 2024
1 parent aff812e commit 7f3e0a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions faiss/IndexReplicas.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ void IndexReplicasTemplate<IndexT>::syncWithSubIndexes() {
}

// explicit instantiations
template struct IndexReplicasTemplate<Index>;
template struct IndexReplicasTemplate<IndexBinary>;
template class IndexReplicasTemplate<Index>;
template class IndexReplicasTemplate<IndexBinary>;

} // namespace faiss

0 comments on commit 7f3e0a3

Please sign in to comment.