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]
Dieser Commit ist enthalten in:
Maisam Arif
2024-02-22 23:40:00 -06:00
Ursprung 60a86065c0
Commit 45c9118db0
2 geänderte Dateien mit 566 neuen und 566 gelöschten Zeilen
Datei-Diff unterdrückt, da er zu groß ist Diff laden
@@ -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='+',