Added amdsmi cpu family & cpu model

- Updated header and source files
- Updated python interface
- Generated python wrapper for updated header
- Updated the CLI to have cpu family & cpu model
  as part of metric table

Change-Id: Iea440251797270d5d29ffe883b0ad6db790be658
This commit is contained in:
Deepak Mewar
2024-02-02 01:29:46 -05:00
committed by Maisam Arif
orang tua 8adf3eba1b
melakukan 6f7273fda5
9 mengubah file dengan 132 tambahan dan 4 penghapusan
+2
Melihat File
@@ -72,6 +72,8 @@ try:
from .amdsmi_interface import amdsmi_get_metrics_table_version
from .amdsmi_interface import amdsmi_get_metrics_table
from .amdsmi_interface import amdsmi_first_online_core_on_cpu_socket
from .amdsmi_interface import amdsmi_get_cpu_family
from .amdsmi_interface import amdsmi_get_cpu_model
except AttributeError:
pass