Renamed API amdsmi_dev_get_busy_percent to

amdsmi_get_busy_percent

grep -rli 'amdsmi_dev_get_busy_percent' * | xargs -i@ sed -i
's/amdsmi_dev_get_busy_percent/amdsmi_get_busy_percent/g' @

Change-Id: I02ff8f86d2e7a6c38e7f56d40a07b27e90835152


[ROCm/amdsmi commit: 575856eeee]
This commit is contained in:
Deepak Mewar
2023-02-25 08:30:34 -05:00
committed by Naveen Krishna Chatradhi
szülő bea3335941
commit 5198a6f68b
9 fájl változott, egészen pontosan 17 új sor hozzáadva és 17 régi sor törölve
@@ -104,7 +104,7 @@ from .amdsmi_interface import amdsmi_get_temp_metric
from .amdsmi_interface import amdsmi_get_gpu_volt_metric
# # Clock, Power and Performance Query
from .amdsmi_interface import amdsmi_dev_get_busy_percent
from .amdsmi_interface import amdsmi_get_busy_percent
from .amdsmi_interface import amdsmi_get_utilization_count
from .amdsmi_interface import amdsmi_dev_get_perf_level
from .amdsmi_interface import amdsmi_set_perf_determinism_mode