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/TestUtils.cc')
-rw-r--r--test/TestUtils.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/TestUtils.cc b/test/TestUtils.cc
index 702425e..5cc14ef 100644
--- a/test/TestUtils.cc
+++ b/test/TestUtils.cc
@@ -9,7 +9,7 @@
#include "fbgemm/Fbgemm.h"
#include "bench/AlignedVec.h"
-namespace fbgemm2 {
+namespace fbgemm {
template <typename T>
int compare_validate_buffers(
@@ -97,4 +97,4 @@ template void transpose_matrix<float>(float* ref, int n, int k);
template void transpose_matrix<int32_t>(int32_t* ref, int n, int k);
template void transpose_matrix<uint8_t>(uint8_t* ref, int n, int k);
template void transpose_matrix<int8_t>(int8_t* ref, int n, int k);
-} // namespace fbgemm2
+} // namespace fbgemm