Skip to content

Commit

Permalink
Remove semicolon(s) from 3 files inc deeplearning/fbgemm/fb/FbgemmFP3…
Browse files Browse the repository at this point in the history
…2.h (pytorch#2339)

Summary:
Pull Request resolved: pytorch#2339

`-Wextra-semi` or `-Wextra-semi-stmt` found an extra semi

If the code compiles, this is safe to land.

Reviewed By: palmje, dmm-fb

Differential Revision: D53776044

fbshipit-source-id: 6aea9b08da6e17e326cdbc3411cd25191c2e7ce3
  • Loading branch information
r-barnes authored and facebook-github-bot committed Feb 18, 2024
1 parent 89c52b0 commit 13d6bea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/EmbeddingSpMDMTest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class rowwiseSparseEmbeddingSpMDMTest

class IndexRemapTest
: public testing::TestWithParam<tuple<int, int, int, bool, bool>> {};
}; // namespace
} // namespace

vector<int> prefetch_distances = {0, 16, 1000000};

Expand Down
2 changes: 1 addition & 1 deletion test/EmbeddingSpMDMTestUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ int CreateMappingTableForRowWiseSparsity(
int num_rows,
float sparsity);

}; // namespace fbgemm
} // namespace fbgemm

0 comments on commit 13d6bea

Please sign in to comment.