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 'bench/BenchUtils.h')
-rw-r--r--bench/BenchUtils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bench/BenchUtils.h b/bench/BenchUtils.h
index 5dd452e..5c16a06 100644
--- a/bench/BenchUtils.h
+++ b/bench/BenchUtils.h
@@ -8,11 +8,11 @@
#include <vector>
#include "bench/AlignedVec.h"
-namespace fbgemm2 {
+namespace fbgemm {
template <typename T>
void randFill(aligned_vector<T> &vec, const int low, const int high);
void llc_flush(std::vector<char>& llc);
-} // namespace fbgemm2
+} // namespace fbgemm