[SWDEV-517154] Rename compute_partition to accelerator_partition (#358)
Changes: - Updated references in the codebase to rename `COMPUTE_PARTITION` to `ACCELERATOR_PARTITION` - Moved around and rephrased several duplicated lines in the CHANGELOG.md file Change-Id: Id6bc86a7133e952cca6ef0acb1616ad6251d19d4 Signed-off-by: Charis Poag <Charis.Poag@amd.com>
This commit is contained in:
@@ -784,7 +784,7 @@ class AMDSMICommands():
|
||||
partition_id = "N/A"
|
||||
logging.debug("Failed to get partition ID for gpu %s | %s", gpu_id, e.get_error_info())
|
||||
|
||||
static_dict['partition'] = {"compute_partition": compute_partition,
|
||||
static_dict['partition'] = {"accelerator_partition": compute_partition,
|
||||
"memory_partition": memory_partition,
|
||||
"partition_id": partition_id}
|
||||
if 'soc_pstate' in current_platform_args:
|
||||
|
||||
Reference in New Issue
Block a user