Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tsoc
superbenchmark
Commits
7bd41649
Unverified
Commit
7bd41649
authored
Apr 12, 2021
by
guoshzhao
Committed by
GitHub
Apr 12, 2021
Browse files
rename metric name of sharding-matmul (#48)
Co-authored-by:
Guoshuai Zhao
<
guzhao@microsoft.com
>
parent
020cefbd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
superbench/benchmarks/micro_benchmarks/sharding_matmul.py
superbench/benchmarks/micro_benchmarks/sharding_matmul.py
+1
-1
No files found.
superbench/benchmarks/micro_benchmarks/sharding_matmul.py
View file @
7bd41649
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment