From d71aef82bbde39d731ba0b7fa788f5c105c3e774 Mon Sep 17 00:00:00 2001 From: foreman Date: Mon, 9 Dec 2019 11:22:57 -0500 Subject: [PATCH] P4 to Git Change 2042612 by eshcherb@evgeny-hip on 2019/12/09 11:11:38 SWDEV-197289 - HIP-VDI tracing activity suppressing of type is zero; fixing callbacks table recursive mutex; Affected files ... ... //depot/stg/opencl/drivers/opencl/api/hip/hip_prof_api.h#6 edit ... //depot/stg/opencl/drivers/opencl/runtime/platform/command.cpp#101 edit [ROCm/clr commit: 441c3d0a5bb57756432163c559f6fa176555d276] --- projects/clr/hipamd/api/hip/hip_prof_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/clr/hipamd/api/hip/hip_prof_api.h b/projects/clr/hipamd/api/hip/hip_prof_api.h index 9d6db95ba5..b05e50608d 100644 --- a/projects/clr/hipamd/api/hip/hip_prof_api.h +++ b/projects/clr/hipamd/api/hip/hip_prof_api.h @@ -50,7 +50,7 @@ typedef activity_sync_callback_t hip_act_callback_t; class api_callbacks_table_t { public: - typedef std::recursive_mutex mutex_t; + typedef std::mutex mutex_t; typedef hip_api_record_t record_t; typedef hip_api_callback_t fun_t;