Renamed API amdsmi_init_event_notification
to amdsmi_init_gpu_event_notification
grep -rli 'amdsmi_init_event_notification' * | xargs -i@ sed -i
's/amdsmi_init_event_notification/amdsmi_init_gpu_event_notification/g' @
Change-Id: I6a45d38836f9d4221e3e5159370d4b6791fecca5
[ROCm/amdsmi commit: 2ad8b91e0e]
This commit is contained in:
committed by
Naveen Krishna Chatradhi
parent
b3dac649d9
commit
370168e42c
@@ -109,7 +109,7 @@ void TestEvtNotifReadWrite::Run(void) {
|
||||
}
|
||||
|
||||
for (dv_ind = 0; dv_ind < num_monitor_devs(); ++dv_ind) {
|
||||
ret = amdsmi_init_event_notification(processor_handles_[dv_ind]);
|
||||
ret = amdsmi_init_gpu_event_notification(processor_handles_[dv_ind]);
|
||||
if (ret == AMDSMI_STATUS_NOT_SUPPORTED) {
|
||||
IF_VERB(STANDARD) {
|
||||
std::cout <<
|
||||
|
||||
@@ -306,7 +306,7 @@ void TestMutualExclusion::Run(void) {
|
||||
amdsmi_dev_xgmi_hive_id_get
|
||||
amdsmi_topo_get_link_weight
|
||||
amdsmi_set_gpu_event_notification_mask
|
||||
amdsmi_init_event_notification
|
||||
amdsmi_init_gpu_event_notification
|
||||
amdsmi_stop_gpu_event_notification
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user