Deprecated List

Deprecated List#

ROCmSMI: Deprecated List
Deprecated List
Global rsmi_dev_overdrive_level_set (uint32_t dv_ind, uint32_t od)
This function is deprecated. rsmi_dev_overdrive_level_set_v1 has the same functionaltiy, with an interface that more closely matches the rest of the rocm_smi API.
Global rsmi_dev_perf_level_set (uint32_t dv_ind, rsmi_dev_perf_level_t perf_lvl)
rsmi_dev_perf_level_set_v1() is preferred, with an interface that more closely matches the rest of the rocm_smi API.
Global rsmi_dev_power_ave_get (uint32_t dv_ind, uint32_t sensor_ind, uint64_t *power)
rsmi_dev_power_get() is preferred due to providing backwards compatibility, which looks at both average and current power values. Whereas rsmi_dev_power_ave_get only looks for average power consumption. Newer ASICs will support current power only.