You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ak...@apache.org on 2021/10/19 20:42:55 UTC

[incubator-mxnet] branch master updated (caa2308 -> fb90650)

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

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


    from caa2308  [2.0] Update Sparse Feature Related Error Message (#20402)
     add fb90650  [Performance] Add oneDNN support for temperature parameter in Softmax (#20567)

No new revisions were added by this update.

Summary of changes:
 src/operator/nn/dnnl/dnnl_softmax-inl.h | 154 +++++++++++++++++++
 src/operator/nn/dnnl/dnnl_softmax.cc    | 262 +++++++++++++++++---------------
 src/operator/nn/softmax.cc              |   8 +
 3 files changed, 302 insertions(+), 122 deletions(-)
 create mode 100644 src/operator/nn/dnnl/dnnl_softmax-inl.h