You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by di...@apache.org on 2019/09/24 21:55:36 UTC

[incubator-mxnet] branch master updated (1d4032d -> a5e698a)

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

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


    from 1d4032d  set fixed seed for profiler (#16155)
     add a5e698a  FullyConnected Bias performance improvement on GPU (#16039)

No new revisions were added by this update.

Summary of changes:
 src/common/cuda_utils.h               |  76 ++++++++++--
 src/operator/mxnet_op.h               |  10 ++
 src/operator/nn/fully_connected-inl.h | 221 +++++++++++++++++++++++++++++++---
 3 files changed, 285 insertions(+), 22 deletions(-)