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

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


    from 92fce90  Custom Operator Profiling Enhancement (#15210)
     add e8f3e91  [Opperf] Make module/namespace of the operator parameterized 
(#15226)

No new revisions were added by this update.

Summary of changes:
 benchmark/opperf/README.md                         |   5 +-
 benchmark/opperf/nd_operations/binary_operators.py |   8 +-
 benchmark/opperf/nd_operations/gemm_operators.py   |  13 +-
 .../nd_operations/nn_activation_operators.py       |  15 +-
 .../opperf/nd_operations/nn_basic_operators.py     |  10 +-
 .../opperf/nd_operations/nn_conv_operators.py      |  20 +-
 .../nd_operations/random_sampling_operators.py     |   6 +-
 .../opperf/nd_operations/reduction_operators.py    |   6 +-
 benchmark/opperf/nd_operations/unary_operators.py  |   6 +-
 benchmark/opperf/opperf.py                         |  17 +-
 .../mxnet_operator_benchmark_results_gpu.md        | 322 +++++++++++++++++++++
 benchmark/opperf/rules/default_params.py           |  10 +-
 benchmark/opperf/utils/common_utils.py             |  22 +-
 benchmark/opperf/utils/op_registry_utils.py        |  26 +-
 14 files changed, 421 insertions(+), 65 deletions(-)
 create mode 100644 
benchmark/opperf/results/mxnet_operator_benchmark_results_gpu.md

Reply via email to