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:
authorJongsoo Park <jongsoo@fb.com>2018-11-19 07:17:54 +0300
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>2018-11-19 07:19:53 +0300
commit6d00b52ee80787065561ac16942e55042ed6c760 (patch)
tree95986eb1a6e4a05e43c7b3aa21c31addedf9453b /bench/Im2ColFusedRequantizeAcc16Benchmark.cc
parent0581331ce7c2b528bc3c726c64d3baf74d12c959 (diff)
clang-format (#11)
Summary: Pull Request resolved: https://github.com/pytorch/FBGEMM/pull/11 clang format of fbgemm Reviewed By: dskhudia Differential Revision: D13115202 fbshipit-source-id: 6dab29cb8b5f4fabcc165019663351567a2a2952
Diffstat (limited to 'bench/Im2ColFusedRequantizeAcc16Benchmark.cc')
-rw-r--r--bench/Im2ColFusedRequantizeAcc16Benchmark.cc8
1 files changed, 2 insertions, 6 deletions
diff --git a/bench/Im2ColFusedRequantizeAcc16Benchmark.cc b/bench/Im2ColFusedRequantizeAcc16Benchmark.cc
index 8827b4c..e3c9da2 100644
--- a/bench/Im2ColFusedRequantizeAcc16Benchmark.cc
+++ b/bench/Im2ColFusedRequantizeAcc16Benchmark.cc
@@ -16,9 +16,9 @@
#include <omp.h>
#endif
+#include "BenchUtils.h"
#include "fbgemm/Fbgemm.h"
#include "src/RefImplementations.h"
-#include "BenchUtils.h"
using namespace std;
using namespace fbgemm;
@@ -189,11 +189,7 @@ void performance_test() {
PackAWithIm2Col<uint8_t, int16_t>::rowOffsetBufferSize());
PackAWithIm2Col<uint8_t, int16_t> packA(
- conv_p,
- Aint8.data(),
- nullptr,
- Aint8_zero_point,
- row_offset_buf.data());
+ conv_p, Aint8.data(), nullptr, Aint8_zero_point, row_offset_buf.data());
PackBMatrix<int8_t, int16_t> packedB(
matrix_op_t::NoTranspose, KDim, NDim, Bint8.data(), NDim);