rsmi_device_identifiers_t Struct Reference#
rsmi_device_identifiers_t Struct Reference
Structure to hold various identifiers for a GPU device. More...
#include <rocm_smi.h>
Data Fields | |
uint32_t | card_index |
< The card index of the device. More... | |
uint32_t | drm_render_minor |
The PCI Bus/Device/Function identifier (BDFID) of the device. | |
uint64_t | bdfid |
The KFD (Kernel Fusion Driver) GPU ID of the device. | |
uint64_t | kfd_gpu_id |
The partition ID of the device. | |
uint32_t | partition_id |
The SMI (System Management Interface) device ID. | |
uint32_t | smi_device_id |
uint32_t | reserved [10] |
Detailed Description
Structure to hold various identifiers for a GPU device.
This structure contains fields that uniquely identify a GPU device, including its card index, DRM render minor, PCI Bus/Device/Function ID (BDFID), KFD GPU ID, partition ID, and SMI device ID.
Field Documentation
◆ card_index
uint32_t rsmi_device_identifiers_t::card_index |
< The card index of the device.
The DRM render minor number of the device.
The documentation for this struct was generated from the following file: