Skip to content

Commit b8d91d8

Browse files
algoriddlefacebook-github-bot
authored andcommitted
fixes for D51074065
Summary: to get past CI Reviewed By: junjieqi Differential Revision: D53956063 fbshipit-source-id: 260fdabff2aada511d775f54270974f1b629e9eb
1 parent 27b1055 commit b8d91d8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

faiss/gpu/impl/RaftIVFPQ.cu

+1-1
Original file line numberDiff line numberDiff line change
@@ -543,4 +543,4 @@ void RaftIVFPQ::setBasePQCentroids_() {
543543
}
544544

545545
} // namespace gpu
546-
} // namespace faiss
546+
} // namespace faiss

faiss/gpu/test/TestGpuIndexFlat.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -767,4 +767,4 @@ int main(int argc, char** argv) {
767767
faiss::gpu::setTestSeed(100);
768768

769769
return RUN_ALL_TESTS();
770-
}
770+
}

faiss/gpu/test/TestGpuIndexIVFFlat.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -849,4 +849,4 @@ int main(int argc, char** argv) {
849849
faiss::gpu::setTestSeed(100);
850850

851851
return RUN_ALL_TESTS();
852-
}
852+
}

0 commit comments

Comments
 (0)