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/10/12 05:30:55 UTC

[incubator-mxnet] branch mkldnn-v1.0 updated (af562be -> 48bfcf9)

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

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


    from af562be  Merge remote-tracking branch 'origin' into mkldnn-v1.0
     add 48bfcf9  add mkldnn sum concat (#16263)

No new revisions were added by this update.

Summary of changes:
 src/operator/nn/mkldnn/mkldnn_concat-inl.h      | 21 +++----
 src/operator/nn/mkldnn/mkldnn_concat.cc         | 82 ++++++++++---------------
 src/operator/nn/mkldnn/mkldnn_copy.cc           | 11 ++--
 src/operator/nn/mkldnn/mkldnn_ops-inl.h         | 48 +++++++++------
 src/operator/nn/mkldnn/mkldnn_sum.cc            | 61 +++++-------------
 src/operator/tensor/elemwise_binary_op_basic.cc | 12 ++--
 tests/python/mkl/test_mkldnn.py                 | 68 ++++++++++++++++++++
 7 files changed, 167 insertions(+), 136 deletions(-)