Updated README and removed cpu core option from Static subparser
Signed-off-by: Maisam Arif <maisarif@amd.com>
Change-Id: I039c0f0ed2f7094aafe8849baea3cec887b7e8ff
[ROCm/amdsmi commit: fa7a2838d8]
Этот коммит содержится в:
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
@@ -387,9 +387,10 @@ class AMDSMIParser(argparse.ArgumentParser):
|
||||
device_args.add_argument('-U', '--cpu', type=self._validate_cpu_core,
|
||||
action=self._cpu_select(self.cpu_choices),
|
||||
nargs='+', help=cpu_help)
|
||||
device_args.add_argument('-O', '--core', type=self._validate_cpu_core,
|
||||
action=self._core_select(self.core_choices),
|
||||
nargs='+', help=core_help)
|
||||
if subcommand_parser._optionals.title != "Static Arguments":
|
||||
device_args.add_argument('-O', '--core', type=self._validate_cpu_core,
|
||||
action=self._core_select(self.core_choices),
|
||||
nargs='+', help=core_help)
|
||||
|
||||
if self.helpers.is_hypervisor():
|
||||
device_args.add_argument('-v', '--vf', action='store', nargs='+',
|
||||
|
||||
Ссылка в новой задаче
Block a user