File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Full documentation for amd_smi_lib is available at [https://rocm.docs.amd.com/pr
2323
2424### Added
2525
26- - ** Added ` amdsmi_get_power_info_v2() ` with ` sensor_ind ` ** .
26+ - N/A
2727
2828### Changed
2929
@@ -115,10 +115,7 @@ GPU_ID MEMORY ACCELERATOR_TYPE ACCELERATOR_PROFILE_INDEX PARTITION_ID
115115
116116### Removed
117117
118- - ** Removed ` sensor_ind ` in ` amdsmi_get_power_info() ` for backwards compatibility** .
119- - This change breaks 6.4.0 C API change, but makes it backwards compatible with 6.3
120- - Python API still accepts ` sensor_ind ` as an optional argument
121- - Changed AMDSMI version from 25.2 to 25.3
118+ - N/A
122119
123120### Optimized
124121
@@ -314,8 +311,7 @@ Updated `amdsmi_get_gpu_metrics_info()` and structure `amdsmi_gpu_metrics_t` to
314311
315312- ** Removed initialization requirements for ` amdsmi_get_lib_version()` and added ` amdsmi_get_rocm_version()` to the python API & CLI** .
316313
317- - ** Added an additional argument ` sensor_ind` to ` amdsmi_get_power_info()` ** .
318- - This change breaks previous C API calls and will require a change
314+ - ** Added ` amdsmi_get_power_info_v2()` with ` sensor_ind` ** .
319315 - Python API now accepts ` sensor_ind` as an optional argument, does not impact previous usage
320316
321317- ** Depricated enum ` AMDSMI_NORMAL_STRING_LENGTH` in favor of ` AMDSMI_MAX_STRING_LENGTH` ** .
You can’t perform that action at this time.
0 commit comments