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:
Maisam Arif
2023-07-31 07:42:05 -05:00
committed by Maisam Arif
parent 294b2df38f
commit 9a98e0e317
12 changed files with 43 additions and 36 deletions
+3 -3
View File
@@ -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;
/**