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 ef0415d645 [BUGFIX] Fix floor divide (#21096)
add cca8f4e8c6 Reduce overhead in sg_onednn_fully_connected for floats
(#21092)
No new revisions were added by this update.
Summary of changes:
src/operator/nn/dnnl/dnnl_base-inl.h | 20 +++++
src/operator/nn/dnnl/dnnl_fully_connected-inl.h | 63 ++++++++++++-
src/operator/nn/dnnl/dnnl_fully_connected.cc | 16 ++--
.../dnnl/dnnl_quantized_fully_connected.cc | 9 +-
src/operator/subgraph/dnnl/dnnl_fc.cc | 100 ++++++++-------------
5 files changed, 135 insertions(+), 73 deletions(-)