You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by bg...@apache.org on 2022/01/05 07:08:25 UTC

[incubator-mxnet] branch master updated (4c66efc -> 0c3ef7a)

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

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


    from 4c66efc  Add the 1.9 release notice in README (#20806)
     add 0c3ef7a  Fix oneDNN fallback for concat with scalar (#20772)

No new revisions were added by this update.

Summary of changes:
 src/operator/nn/concat.cc                | 4 ++--
 src/operator/nn/dnnl/dnnl_log_softmax.cc | 4 ++--
 src/operator/nn/dnnl/dnnl_softmax.cc     | 3 ++-
 src/operator/nn/dnnl/dnnl_stack.cc       | 2 +-
 src/operator/nn/log_softmax.cc           | 4 ----
 src/operator/nn/softmax.cc               | 4 ----
 tests/python/unittest/test_numpy_op.py   | 4 +++-
 7 files changed, 10 insertions(+), 15 deletions(-)