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 1a8f6e6 Improve stack operator performance by oneDNN (#20621)
add 2e8e0ae [master] Merge DNNL adaptive pooling with standard pooling
(#20741)
No new revisions were added by this update.
Summary of changes:
src/operator/contrib/adaptive_avg_pooling-inl.h | 35 ++++++-------
src/operator/contrib/adaptive_avg_pooling.cc | 61 ++++++++++++++++++++--
src/operator/nn/dnnl/dnnl_pooling-inl.h | 27 +++++++++-
src/operator/nn/dnnl/dnnl_pooling.cc | 39 ++++++++++----
src/operator/nn/pooling-inl.h | 9 +++-
src/operator/nn/pooling.cc | 2 +-
.../quantization/dnnl/dnnl_quantized_pooling.cc | 3 +-
7 files changed, 136 insertions(+), 40 deletions(-)