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(-)