Renamed API amdsmi_dev_create_counter

to amdsmi_gpu_create_counter

grep -rli 'amdsmi_dev_create_counter' * | xargs -i@ sed -i
's/amdsmi_dev_create_counter/amdsmi_gpu_create_counter/g' @

Change-Id: Ic296057314f98547dd6a01b1c7d51668cfe5bc9a


[ROCm/amdsmi commit: 0c435b81c2]
This commit is contained in:
Deepak Mewar
2023-02-27 02:01:35 -05:00
committed by Naveen Krishna Chatradhi
parent 22ad287cbf
commit 69267f01c1
9 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ from .amdsmi_interface import amdsmi_get_gpu_power_profile_presets
# # Performance Counters
from .amdsmi_interface import amdsmi_gpu_counter_group_supported
from .amdsmi_interface import amdsmi_dev_create_counter
from .amdsmi_interface import amdsmi_gpu_create_counter
from .amdsmi_interface import amdsmi_dev_destroy_counter
from .amdsmi_interface import amdsmi_control_counter
from .amdsmi_interface import amdsmi_read_counter