diff --git a/test/EmbeddingSpMDMTest.cc b/test/EmbeddingSpMDMTest.cc index 68962cff2..8c59266ab 100644 --- a/test/EmbeddingSpMDMTest.cc +++ b/test/EmbeddingSpMDMTest.cc @@ -62,7 +62,7 @@ class rowwiseSparseEmbeddingSpMDMTest class IndexRemapTest : public testing::TestWithParam> {}; -}; // namespace +} // namespace vector prefetch_distances = {0, 16, 1000000}; diff --git a/test/EmbeddingSpMDMTestUtils.h b/test/EmbeddingSpMDMTestUtils.h index b71b1c991..082625462 100644 --- a/test/EmbeddingSpMDMTestUtils.h +++ b/test/EmbeddingSpMDMTestUtils.h @@ -59,4 +59,4 @@ int CreateMappingTableForRowWiseSparsity( int num_rows, float sparsity); -}; // namespace fbgemm +} // namespace fbgemm