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:
authorJianyu Huang <jianyuhuang@fb.com>2018-12-21 22:18:44 +0300
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>2018-12-21 22:21:05 +0300
commit4691d5bcb0756b69baf4f54e45d42ba75d133464 (patch)
tree52ae9b39a1d3ea44bc5ac53bb57d3dc74c85bf38 /bench/PackedFloatInOutBenchmark.cc
parentd5810be02d4b7b90a5aec746f98841c9e585f6d4 (diff)
Update with clang format (#51)
Summary: Pull Request resolved: https://github.com/pytorch/FBGEMM/pull/51 Use Clang formatting with "clang-format -i *.cc *.h". Reviewed By: dskhudia Differential Revision: D13532121 fbshipit-source-id: 6792d008f3295c128942f4896e8221aebbf2566e
Diffstat (limited to 'bench/PackedFloatInOutBenchmark.cc')
-rw-r--r--bench/PackedFloatInOutBenchmark.cc8
1 files changed, 1 insertions, 7 deletions
diff --git a/bench/PackedFloatInOutBenchmark.cc b/bench/PackedFloatInOutBenchmark.cc
index 79a750e..f2589f7 100644
--- a/bench/PackedFloatInOutBenchmark.cc
+++ b/bench/PackedFloatInOutBenchmark.cc
@@ -187,13 +187,7 @@ void performance_test() {
row_offset_buf.data());
PackBMatrix<int8_t> packedBN(
- matrix_op_t::NoTranspose,
- k,
- n,
- Bint8.data(),
- n,
- nullptr,
- 1);
+ matrix_op_t::NoTranspose, k, n, Bint8.data(), n, nullptr, 1);
DoNothing<float, float> doNothingObj{};
ReQuantizeForFloat<false> outputProcObj(