diff --git a/rocclr/platform/command.cpp b/rocclr/platform/command.cpp index 670c4980c3..068652e529 100644 --- a/rocclr/platform/command.cpp +++ b/rocclr/platform/command.cpp @@ -425,6 +425,7 @@ NDRangeKernelCommand::NDRangeKernelCommand(HostQueue& queue, const EventWaitList if (forceProfiling) { profilingInfo_.enabled_ = true; profilingInfo_.clear(); + profilingInfo_.correlation_id_ = activity_prof::correlation_id; profilingInfo_.marker_ts_ = true; } kernel_.retain();