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: 441c3d0a5b]
このコミットが含まれているのは:
foreman
2019-12-09 11:22:57 -05:00
コミット d71aef82bb
+1 -1
ファイルの表示
@@ -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;