Fixing HIP Callback Data Arguments

Change-Id: I0bd9686024eed8fa757cb9fd7042b0f9508c5af5
This commit is contained in:
Ammar ELWazir
2022-07-28 19:29:04 -05:00
rodzic 84ad727c38
commit 2e08b7d8f8
-1
Wyświetl plik
@@ -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