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-26 22:45:55 +0300
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>2018-11-26 22:47:58 +0300
commitea47a6966f1ec53eb6f4b30e3ee8160b3a4f066e (patch)
treeba7df9f308cac59e3ff27f015f476bf7a20a2b97 /bench/PackedFloatInOutBenchmark.cc
parenta364b4ff781dd4e738ef3f682d8848736e9491e7 (diff)
remove unnecessary zero_point argument from constructors (#14323)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/14323 Pull Request resolved: https://github.com/pytorch/FBGEMM/pull/24 As title says. Reviewed By: dskhudia Differential Revision: D13167073 fbshipit-source-id: 6d6c526fd6e29a14e97f71a0881f28ada8703107
Diffstat (limited to 'bench/PackedFloatInOutBenchmark.cc')
-rw-r--r--bench/PackedFloatInOutBenchmark.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/bench/PackedFloatInOutBenchmark.cc b/bench/PackedFloatInOutBenchmark.cc
index dc9536e..badbda0 100644
--- a/bench/PackedFloatInOutBenchmark.cc
+++ b/bench/PackedFloatInOutBenchmark.cc
@@ -195,8 +195,7 @@ void performance_test() {
Bint8.data(),
n,
nullptr,
- 1,
- Bint8_zero_point);
+ 1);
DoNothing<float, float> doNothingObj{};
ReQuantizeForFloat<false> outputProcObj(