Updated Versioning
corrected to amd-smi version from rocm-smi version
Added newline characters in the gpu choices
Updated cli versioning to 23.2.1.0 to match amd-smi
Signed-off-by: Maisam Arif <maisarif@amd.com>
Change-Id: Ia6db3a281e2349e05a09209bdcfdfa5ac48e3a86
[ROCm/amdsmi commit: ca59a60a9a]
This commit is contained in:
@@ -938,11 +938,11 @@ typedef struct {
|
||||
* @brief This structure holds version information.
|
||||
*/
|
||||
typedef struct {
|
||||
uint32_t year; //!< Last 2 digits of the Year released
|
||||
uint32_t major; //!< Major version
|
||||
uint32_t minor; //!< Minor version
|
||||
uint32_t patch; //!< Patch, build or stepping version
|
||||
const char *build; //!< Build string
|
||||
uint32_t reserved[4];
|
||||
uint32_t release; //!< Patch, build or stepping version
|
||||
const char *build; //!< Full Build version string
|
||||
} amdsmi_version_t;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user