Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/intgemm/intgemm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Heafield <github@kheafield.com>2018-06-17 14:33:33 +0300
committerKenneth Heafield <github@kheafield.com>2018-06-17 14:33:33 +0300
commit694c597d9d3572331b7bb16b5ab354653b938792 (patch)
tree3bccfe1e2e6fbfd00204a453a54de448cd4e8119 /Benchmark.cc
parent6b48ad03d1fe89767bf150a12cdfd7e73be0078c (diff)
Refactoring: progress on SSE2
Clean up tests
Diffstat (limited to 'Benchmark.cc')
-rw-r--r--Benchmark.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/Benchmark.cc b/Benchmark.cc
index 7a47b1b..530338c 100644
--- a/Benchmark.cc
+++ b/Benchmark.cc
@@ -1,7 +1,6 @@
#include "avx512_gemm.h"
#include "avx2_gemm.h"
#include "SSE_Matrix_Mult.h"
-#include "Quantize.h"
#include "StopWatch.h"
#include <cassert>