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/09/30 01:32:14 UTC

[incubator-mxnet] branch mkldnn-v1.0 updated (4fba4c3 -> a559760)

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 4fba4c3  Merge remote-tracking branch 'origin/master' into mkldnn-v1.0
     add a559760  [mkldnn-v1.0] Add MKL-DNN softmax (#16246)

No new revisions were added by this update.

Summary of changes:
 src/operator/nn/mkldnn/mkldnn_ops-inl.h  | 10 ++++----
 src/operator/nn/mkldnn/mkldnn_softmax.cc | 42 ++++++++++++++++++--------------
 src/operator/nn/softmax.cc               |  6 ++---
 3 files changed, 32 insertions(+), 26 deletions(-)