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 'test/QuantizationHelpers.cc')
-rw-r--r--test/QuantizationHelpers.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/QuantizationHelpers.cc b/test/QuantizationHelpers.cc
index 354519b..eab08de 100644
--- a/test/QuantizationHelpers.cc
+++ b/test/QuantizationHelpers.cc
@@ -12,7 +12,7 @@
using namespace std;
-namespace fbgemm2 {
+namespace fbgemm {
/*
* @brief Make sure we won't have overflows from vpmaddubsw instruction.
*/
@@ -54,4 +54,4 @@ template void
avoidOverflow(int m, int n, int k, const uint8_t* Aint8, int8_t* B);
template void
avoidOverflow(int m, int n, int k, const uint8_t* Aint8, float* B);
-} // namespace fbgemm2
+} // namespace fbgemm