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:
authorJianyu Huang <jianyuhuang@fb.com>2018-11-08 22:09:04 +0300
committerJianyu Huang <jianyuhuang@fb.com>2018-11-08 22:09:04 +0300
commit428a0b6cede232eb5c4e9c3bbd8e9d74d8e34500 (patch)
tree8597c3316e00e00fa5d0fc8939c9ae5c518f767a /src/Utils.cc
parentd90e2e1659f9f991319d05bfc58640aeafa733aa (diff)
Sync with internal copy: Asymmetric padding; fbgemm2 -> fbgemm
Diffstat (limited to 'src/Utils.cc')
-rw-r--r--src/Utils.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Utils.cc b/src/Utils.cc
index 10ab469..45aafd3 100644
--- a/src/Utils.cc
+++ b/src/Utils.cc
@@ -15,7 +15,7 @@
#include <limits>
#include <stdexcept>
-namespace fbgemm2 {
+namespace fbgemm {
/**
* @brief Compare the reference and test result matrix to check the correctness.
@@ -354,4 +354,4 @@ void transpose_simd(
}
}
-} // namespace fbgemm2
+} // namespace fbgemm