Moved partition_id from static --asic-info to static --partition.
partition_id also removed from the `amdsmi_asic_info_t` struct and supporting API has been added for querying partition information. Signed-off-by: gabrpham <Gabriel.Pham@amd.com> Change-Id: Id5a6291a77d11bb97a1c7a200fc465898e86e081
This commit is contained in:
@@ -511,8 +511,6 @@ def walk_through(self):
|
||||
asic_info['oam_id']))
|
||||
print(" asic_info['target_graphics_version'] is: {}\n".format(
|
||||
asic_info['target_graphics_version']))
|
||||
print(" asic_info['partition_id'] is: {}\n".format(
|
||||
asic_info['partition_id']))
|
||||
print("\n###Test amdsmi_get_gpu_kfd_info \n")
|
||||
kfd_info = amdsmi.amdsmi_get_gpu_kfd_info(processors[i])
|
||||
print(" kfd_info['kfd_id'] is: {}\n".format(
|
||||
|
||||
Reference in New Issue
Block a user