This is an automated email from the ASF dual-hosted git repository.
apeforest pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
from 9aa5088 [numpy]implement exponential backward (#17401)
add e5d1574 [OpPerf] Implement all linalg ops (#17528)
No new revisions were added by this update.
Summary of changes:
benchmark/opperf/nd_operations/linalg_operators.py | 78 ++++++++++++++++++++++
benchmark/opperf/opperf.py | 4 ++
benchmark/opperf/rules/default_params.py | 17 ++++-
benchmark/opperf/utils/benchmark_utils.py | 2 +-
benchmark/opperf/utils/op_registry_utils.py | 26 +++++++-
5 files changed, 123 insertions(+), 4 deletions(-)
create mode 100644 benchmark/opperf/nd_operations/linalg_operators.py