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/03/28 12:09:58 UTC

[incubator-mxnet] branch master updated (db730cc -> 6b9213c)

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 db730cc  [submodule] Upgrade oneDNN to v2.5.4 (#20980)
     add 6b9213c  Support bfloat and float mixed input in elemwise broadcast ops (#20932)

No new revisions were added by this update.

Summary of changes:
 src/common/utils.h                            |   4 +
 src/operator/mshadow_op.h                     | 120 +++++++++++++++-----------
 src/operator/mxnet_op.h                       |   2 +
 src/operator/nn/dnnl/dnnl_binary.cc           |  10 ++-
 src/operator/numpy/np_elemwise_broadcast_op.h |  41 ++++++++-
 src/operator/numpy/np_true_divide-inl.h       |   6 +-
 tests/python/dnnl/test_bf16_operator.py       |  31 +++++++
 7 files changed, 156 insertions(+), 58 deletions(-)