Version bump and Changelog update for ROCm version 7.2 (#2201)
* Update projects/amdsmi/CHANGELOG.md * Bump to 26.2.1 --------- Signed-off-by: gabrpham <Gabriel.Pham@amd.com>
This commit is contained in:
@@ -126,8 +126,8 @@ pub const AMDSMI_MAX_NUM_XCP: u32 = 8;
|
||||
pub const AMDSMI_TIME_FORMAT: &[u8; 20] = b"%02d:%02d:%02d.%03d\0";
|
||||
pub const AMDSMI_DATE_FORMAT: &[u8; 35] = b"%04d-%02d-%02d:%02d:%02d:%02d.%03d\0";
|
||||
pub const AMDSMI_LIB_VERSION_MAJOR: u32 = 26;
|
||||
pub const AMDSMI_LIB_VERSION_MINOR: u32 = 1;
|
||||
pub const AMDSMI_LIB_VERSION_RELEASE: u32 = 0;
|
||||
pub const AMDSMI_LIB_VERSION_MINOR: u32 = 2;
|
||||
pub const AMDSMI_LIB_VERSION_RELEASE: u32 = 1;
|
||||
pub const AMDSMI_MAX_NUM_FREQUENCIES: u32 = 33;
|
||||
pub const AMDSMI_MAX_FAN_SPEED: u32 = 255;
|
||||
pub const AMDSMI_NUM_VOLTAGE_CURVE_POINTS: u32 = 3;
|
||||
|
||||
Reference in New Issue
Block a user