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

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


    from 681cfc4  [Dependency Update] [Doc] move the general prerequisite 
software to the top (#15896)
     add 434f185  [MKLDNN]Support fullyconnected and element-wise ops fusion 
(#15950)

No new revisions were added by this update.

Summary of changes:
 src/operator/nn/mkldnn/mkldnn_base-inl.h           |  7 ++
 src/operator/nn/mkldnn/mkldnn_convolution-inl.h    | 11 +--
 .../nn/mkldnn/mkldnn_fully_connected-inl.h         |  8 +-
 src/operator/nn/mkldnn/mkldnn_fully_connected.cc   | 10 +--
 src/operator/subgraph/mkldnn/mkldnn_fc-inl.h       | 83 +++++++++++++++++++
 src/operator/subgraph/mkldnn/mkldnn_fc.cc          | 29 ++++++-
 src/operator/subgraph/mkldnn/mkldnn_fc_property.h  | 95 ++++++++++++++--------
 tests/python/mkl/test_subgraph.py                  | 43 ++++++++--
 8 files changed, 223 insertions(+), 63 deletions(-)
 create mode 100644 src/operator/subgraph/mkldnn/mkldnn_fc-inl.h

Reply via email to