Change the name of clear sram to run cleaner shader

The function is to clean the local data in LDS/GPRs. The clear sram
is misleading.

Change-Id: I0385e6d6348602fe0f347d17e48ed8983f7ceb87
This commit is contained in:
Bill(Shuzhou) Liu
2024-06-05 12:05:10 -05:00
parent 68d8c1ab46
commit 4cf59c4edb
13 changed files with 37 additions and 37 deletions
+2 -2
View File
@@ -2831,7 +2831,7 @@ def amdsmi_set_gpu_process_isolation(
)
def amdsmi_set_gpu_clear_sram_data(
def amdsmi_set_gpu_run_cleaner_shader(
processor_handle: amdsmi_wrapper.amdsmi_processor_handle,
sclean: int,
):
@@ -2840,7 +2840,7 @@ def amdsmi_set_gpu_clear_sram_data(
processor_handle, amdsmi_wrapper.amdsmi_processor_handle
)
_check_res(
amdsmi_wrapper.amdsmi_set_gpu_clear_sram_data(
amdsmi_wrapper.amdsmi_set_gpu_run_cleaner_shader(
processor_handle, sclean
)
)