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/13 10:41:40 UTC

[incubator-mxnet] branch master updated (9fa75b4 -> 50a8ee8)

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 9fa75b4  Fix identity fuse for oneDNN (#20767)
     add 50a8ee8  Improve split operator by oneDNN reorder primitive (#20757)

No new revisions were added by this update.

Summary of changes:
 src/operator/nn/dnnl/dnnl_base-inl.h  |   1 +
 src/operator/nn/dnnl/dnnl_ops-inl.h   |   6 ++
 src/operator/nn/dnnl/dnnl_split-inl.h |  69 ++++++++++++++++
 src/operator/nn/dnnl/dnnl_split.cc    | 148 ++++++++++++++++++++++++++++++++++
 src/operator/tensor/matrix_op-inl.h   |  16 ++++
 src/operator/tensor/matrix_op.cc      |  32 ++++++++
 6 files changed, 272 insertions(+)
 create mode 100644 src/operator/nn/dnnl/dnnl_split-inl.h
 create mode 100644 src/operator/nn/dnnl/dnnl_split.cc