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 'include/fbgemm/FbgemmI8Spmdm.h')
-rw-r--r--include/fbgemm/FbgemmI8Spmdm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/fbgemm/FbgemmI8Spmdm.h b/include/fbgemm/FbgemmI8Spmdm.h
index 264b70e..3e040ad 100644
--- a/include/fbgemm/FbgemmI8Spmdm.h
+++ b/include/fbgemm/FbgemmI8Spmdm.h
@@ -23,7 +23,7 @@ extern double spmdm_transpose_Nx32_time;
extern double spmdm_run_time;
#endif
-namespace fbgemm2 {
+namespace fbgemm {
/**
* @brief A class to represent a matrix in Compressed Sparse Column (CSC)
@@ -98,4 +98,4 @@ class CompressedSparseColumn {
mutable std::int32_t old_nnz_;
};
-} // namespace fbgemm2
+} // namespace fbgemm