amdsmi_cpu_info_t Struct Reference#
amdsmi_cpu_info_t Struct Reference
cpu info data More...
#include <amdsmi.h>
Data Fields | |
char | model_name [AMDSMI_MAX_STRING_LENGTH] |
cpu model name | |
uint32_t | cpu_family_id |
cpu family id | |
uint32_t | model_id |
cpu model id | |
uint32_t | threads_per_core |
vitual processing units per cpu core | |
uint32_t | cores_per_socket |
cpu cores per socket | |
bool | frequency_boost |
boost frequency | |
uint32_t | vendor_id |
Use 32 bit to be compatible with other platform. | |
char | vendor_name [AMDSMI_MAX_STRING_LENGTH] |
vendor name | |
uint32_t | subvendor_id |
The subsystem vendor id. | |
uint64_t | device_id |
The device id of a GPU. | |
uint32_t | rev_id |
Revision. | |
char | asic_serial [AMDSMI_MAX_STRING_LENGTH] |
Asic serial id. | |
uint32_t | socket_id |
0xFFFF if not supported | |
uint32_t | core_id |
cpu core id | |
uint32_t | num_of_cpu_cores |
0xFFFFFFFF if not supported | |
uint32_t | socket_count |
count of cpu sockets | |
uint32_t | core_count |
cpu core count | |
uint32_t | reserved [17] |
reserved | |
Detailed Description
cpu info data
The documentation for this struct was generated from the following file: