Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/FBGEMM.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbgemmI8Spmdm.cc')
-rw-r--r--src/FbgemmI8Spmdm.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbgemmI8Spmdm.cc b/src/FbgemmI8Spmdm.cc
index 723a467..12e1cb2 100644
--- a/src/FbgemmI8Spmdm.cc
+++ b/src/FbgemmI8Spmdm.cc
@@ -25,7 +25,7 @@ double spmdm_run_time = 0.0;
using namespace std;
-namespace fbgemm2 {
+namespace fbgemm {
CompressedSparseColumn::CompressedSparseColumn(int num_of_rows, int num_of_cols)
: num_rows_(num_of_rows),
@@ -505,4 +505,4 @@ void CompressedSparseColumn::SpMDM(
#endif
}
-} // namespace fbgemm2
+} // namespace fbgemm