Unverified Commit 7bd41649 authored by guoshzhao's avatar guoshzhao Committed by GitHub
Browse files

rename metric name of sharding-matmul (#48)


Co-authored-by: default avatarGuoshuai Zhao <guzhao@microsoft.com>
parent 020cefbd
...@@ -229,7 +229,7 @@ def _benchmark(self): ...@@ -229,7 +229,7 @@ def _benchmark(self):
logger.error('Unknown sharding mode - benchmark: {}, mode: {}.'.format(self._name, mode)) logger.error('Unknown sharding mode - benchmark: {}, mode: {}.'.format(self._name, mode))
return False return False
metric = 'matmul_sharding_{}'.format(mode) metric = '{}'.format(mode)
if not self._process_numeric_result(metric, elapse_times): if not self._process_numeric_result(metric, elapse_times):
return False return False
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment