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
020cefbd
Unverified
Commit
020cefbd
authored
Apr 12, 2021
by
guoshzhao
Committed by
GitHub
Apr 12, 2021
Browse files
remove unused code. (#47)
Co-authored-by:
Guoshuai Zhao
<
guzhao@microsoft.com
>
parent
82e267b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
superbench/benchmarks/micro_benchmarks/sharding_matmul.py
superbench/benchmarks/micro_benchmarks/sharding_matmul.py
+0
-2
No files found.
superbench/benchmarks/micro_benchmarks/sharding_matmul.py
View file @
020cefbd
...
@@ -40,8 +40,6 @@ def __init__(self, name, parameters=''):
...
@@ -40,8 +40,6 @@ def __init__(self, name, parameters=''):
parameters (str): benchmark parameters.
parameters (str): benchmark parameters.
"""
"""
super
().
__init__
(
name
,
parameters
)
super
().
__init__
(
name
,
parameters
)
# Command lines to launch the micro-benchmarks.
self
.
__commands
=
list
()
self
.
__world_size
=
1
self
.
__world_size
=
1
self
.
__local_rank
=
0
self
.
__local_rank
=
0
torch
.
backends
.
cudnn
.
benchmark
=
True
torch
.
backends
.
cudnn
.
benchmark
=
True
...
...
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