Unverified Commit 020cefbd authored by guoshzhao's avatar guoshzhao Committed by GitHub
Browse files

remove unused code. (#47)


Co-authored-by: default avatarGuoshuai Zhao <guzhao@microsoft.com>
parent 82e267b9
...@@ -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
......
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