Skip to content

Commit

Permalink
fixes for D51074065
Browse files Browse the repository at this point in the history
Summary: to get past CI

Reviewed By: junjieqi

Differential Revision: D53956063

fbshipit-source-id: 260fdabff2aada511d775f54270974f1b629e9eb
  • Loading branch information
algoriddle authored and facebook-github-bot committed Feb 21, 2024
1 parent 27b1055 commit b8d91d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion faiss/gpu/impl/RaftIVFPQ.cu
Original file line number Diff line number Diff line change
Expand Up @@ -543,4 +543,4 @@ void RaftIVFPQ::setBasePQCentroids_() {
}

} // namespace gpu
} // namespace faiss
} // namespace faiss
2 changes: 1 addition & 1 deletion faiss/gpu/test/TestGpuIndexFlat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -767,4 +767,4 @@ int main(int argc, char** argv) {
faiss::gpu::setTestSeed(100);

return RUN_ALL_TESTS();
}
}
2 changes: 1 addition & 1 deletion faiss/gpu/test/TestGpuIndexIVFFlat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -849,4 +849,4 @@ int main(int argc, char** argv) {
faiss::gpu::setTestSeed(100);

return RUN_ALL_TESTS();
}
}

0 comments on commit b8d91d8

Please sign in to comment.