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/01 14:41:41 UTC

[incubator-mxnet] branch master updated (9f47730 -> 188d7b6)

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 9f47730  fix python docs ci (#20903)
     add 188d7b6  [master] Implemented oneDNN Backward Adaptive Pooling kernel  (#20825)

No new revisions were added by this update.

Summary of changes:
 src/operator/contrib/adaptive_avg_pooling-inl.h    |   3 +-
 src/operator/contrib/adaptive_avg_pooling.cc       | 150 +++++++++++++++------
 src/operator/nn/dnnl/dnnl_pooling-inl.h            |  68 +++++-----
 src/operator/nn/dnnl/dnnl_pooling.cc               | 122 ++++++++++++-----
 src/operator/nn/pooling-inl.h                      |  11 +-
 src/operator/nn/pooling.cc                         |  33 +----
 .../quantization/dnnl/dnnl_quantized_pooling.cc    |   4 +-
 tests/python/dnnl/test_dnnl.py                     |  20 +++
 8 files changed, 269 insertions(+), 142 deletions(-)