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/FP16Benchmark.cc')
-rw-r--r--bench/FP16Benchmark.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/FP16Benchmark.cc b/bench/FP16Benchmark.cc
index 8fbe878..c03f18a 100644
--- a/bench/FP16Benchmark.cc
+++ b/bench/FP16Benchmark.cc
@@ -16,9 +16,9 @@
#include <omp.h>
#endif
+#include "AlignedVec.h"
#include "bench/BenchUtils.h"
#include "fbgemm/FbgemmFP16.h"
-#include "AlignedVec.h"
using namespace std;
using namespace fbgemm;