Skip to content

Commit

Permalink
Mismatch tags take 2 (#8461)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: facebookincubator/velox#8461

Differential Revision: D52931746
  • Loading branch information
r-barnes authored and facebook-github-bot committed Jan 20, 2024
1 parent aff812e commit 8442f66
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 8442f66

Please sign in to comment.