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 2021/12/23 12:40:51 UTC

[incubator-mxnet] branch master updated (75b3719 -> 9653ab4)

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 75b3719  [FEATURE] Hardcode build-time branch and commit hash into the library (#20755)
     add 9653ab4  Add microbenchmark for FC + add fusion (#20780)

No new revisions were added by this update.

Summary of changes:
 benchmark/python/dnnl/fc_add.py         | 164 ++++++++++++++++++++++++++++++++
 benchmark/python/dnnl/run.sh            |  54 +++++++++++
 benchmark/python/dnnl/run_per_thread.sh |  82 ++++++++++++++++
 3 files changed, 300 insertions(+)
 create mode 100644 benchmark/python/dnnl/fc_add.py
 create mode 100755 benchmark/python/dnnl/run.sh
 create mode 100755 benchmark/python/dnnl/run_per_thread.sh