Version Queries

Version Queries#

AMD SMI: Version Queries
Version Queries

Functions

amdsmi_status_t amdsmi_get_lib_version (amdsmi_version_t *version)
 Get the build version information for the currently running build of AMDSMI. More...
 

Detailed Description

These functions provide version information about various subsystems.

Function Documentation

◆ amdsmi_get_lib_version()

amdsmi_status_t amdsmi_get_lib_version ( amdsmi_version_t version)

Get the build version information for the currently running build of AMDSMI.

Platform:

gpu_bm_linux

cpu_bm

guest_1vf

guest_mvf

Get the major, minor, patch and build string for AMDSMI build currently in use through version

Parameters
[in,out]versionA pointer to an amdsmi_version_t structure that will be updated with the version information upon return.
Returns
amdsmi_status_t | AMDSMI_STATUS_SUCCESS on success, non-zero on fail