You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by pa...@apache.org on 2019/12/09 12:37:22 UTC

[incubator-mxnet] branch master updated (ce97e22 -> 538b18b)

This is an automated email from the ASF dual-hosted git repository.

patriczhao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.


    from ce97e22  fix axis=-1 bug (#17016)
     add 538b18b  [MKL-DNN] Enable and Optimization for s8 eltwise_add (#16931)

No new revisions were added by this update.

Summary of changes:
 src/operator/operator_common.h                     |  5 ++
 .../mkldnn/mkldnn_quantized_elemwise_add.cc        | 58 ++++++++++++++++++++--
 .../quantization/quantized_elemwise_add.cc         |  4 --
 tests/python/quantization/test_quantization.py     |  2 +
 4 files changed, 62 insertions(+), 7 deletions(-)