Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions profile/device/aie_trace/aie_trace_offload.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -416,8 +416,8 @@ uint64_t AIETraceOffload::syncAndLog(uint64_t index)
}

// Log nBytes of trace. Always copy: syncTraceBuf() unmaps the BO before returning.
traceLogger->addAIETraceData(index, hostBuf, nBytes, true);

traceLogger->addAIETraceData(index, hostBuf, nBytes, mEnCircularBuf || isPLIO);
Comment on lines 418 to +420
return nBytes;
}

Expand Down
Loading