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.h')
-rw-r--r--test/TestUtils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/TestUtils.h b/test/TestUtils.h
index 559f816..6cc365f 100644
--- a/test/TestUtils.h
+++ b/test/TestUtils.h
@@ -8,7 +8,7 @@
#include <cmath>
#include <vector>
-namespace fbgemm2 {
+namespace fbgemm {
/*
* @brief Check and validate the buffers for reference and FBGEMM result.
@@ -37,4 +37,4 @@ bool check_all_zero_entries(const T* test, int m, int n);
*/
template <typename T>
void transpose_matrix(T* ref, int n, int k);
-} // namespace fbgemm2
+} // namespace fbgemm