From 2e08b7d8f88a578fa358a30192e0152cc2e0e650 Mon Sep 17 00:00:00 2001 From: Ammar ELWazir Date: Thu, 28 Jul 2022 19:29:04 -0500 Subject: [PATCH] Fixing HIP Callback Data Arguments Change-Id: I0bd9686024eed8fa757cb9fd7042b0f9508c5af5 --- src/tracer_tool/tracer_tool.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tracer_tool/tracer_tool.cpp b/src/tracer_tool/tracer_tool.cpp index ce980fcad7..78912d49f4 100644 --- a/src/tracer_tool/tracer_tool.cpp +++ b/src/tracer_tool/tracer_tool.cpp @@ -891,7 +891,6 @@ ROCTRACER_EXPORT bool OnLoad(HsaApiTable* table, uint64_t runtime_version, uint64_t failed_tool_count, const char* const* failed_tool_names) { ONLOAD_TRACE_BEG(); - roctracer::hip_support::HIP_depth_max = 0; tool_load(); // OnUnload may not be called if the ROC runtime is not shutdown by the client