From 29afbbcbe74e792ddae6320cf55523be9f2ae122 Mon Sep 17 00:00:00 2001 From: Maisam Arif Date: Wed, 18 Oct 2023 17:58:02 -0500 Subject: [PATCH] Fixed Compute & Memory Parition CLI error Signed-off-by: Maisam Arif Change-Id: Ic36d567f9a97ceb7930653692b6c5fd60814ac38 --- amdsmi_cli/amdsmi_commands.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/amdsmi_cli/amdsmi_commands.py b/amdsmi_cli/amdsmi_commands.py index 7bb175bf74..ca01290628 100644 --- a/amdsmi_cli/amdsmi_commands.py +++ b/amdsmi_cli/amdsmi_commands.py @@ -1816,6 +1816,8 @@ class AMDSMICommands(): if not any([args.fan is not None, args.perf_level, args.profile, + args.compute_partition, + args.memory_partition, args.perf_determinism is not None, args.power_cap]): command = " ".join(sys.argv[1:])