diff --git a/rocclr/runtime/device/gpu/gpudebugmanager.cpp b/rocclr/runtime/device/gpu/gpudebugmanager.cpp index c08ffcf1ce..f67d0c9eb4 100644 --- a/rocclr/runtime/device/gpu/gpudebugmanager.cpp +++ b/rocclr/runtime/device/gpu/gpudebugmanager.cpp @@ -107,7 +107,7 @@ GpuDebugManager::executePostDispatchCallBack() if (NULL != postDispatchCallBackFunc_) { cl_device_id clDeviceId = as_cl(device_); postDispatchCallBackFunc_(clDeviceId, - aqlPacket_->completion_signal.handle, + 0, postDispatchCallBackArgs_); } }