This is an automated email from the ASF dual-hosted git repository.
zhasheng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
from 024d01e Unify all names used to refer to oneDNN library in logs and
docs to oneDNN (#20719)
add 1a8f6e6 Improve stack operator performance by oneDNN (#20621)
No new revisions were added by this update.
Summary of changes:
python/mxnet/amp/lists/symbol_fp16.py | 1 -
.../_op_translations/_op_translations_opset12.py | 1 -
.../_op_translations/_op_translations_opset13.py | 1 -
src/operator/nn/dnnl/dnnl_base-inl.h | 1 +
src/operator/nn/dnnl/dnnl_concat-inl.h | 5 +-
src/operator/nn/dnnl/dnnl_ops-inl.h | 6 +
src/operator/nn/dnnl/dnnl_stack.cc | 123 +++++++++++++++++++++
src/operator/numpy/np_matrix_op.cc | 40 -------
src/operator/numpy/np_matrix_op.cu | 2 -
src/operator/tensor/matrix_op.cc | 44 +++++++-
10 files changed, 177 insertions(+), 47 deletions(-)
create mode 100644 src/operator/nn/dnnl/dnnl_stack.cc