Starting Event trace from specific layer #8334
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problem solved by the commit
Overrun: While running an ML design, if there is any overrun of trace events in between, then there won't be any trace after the overrun. Instead of starting trace when the design starts, user can specify from which ML layer they want to start the trace. So that they can get the trace for layers which they were not able to before.
External Buffer size: For large ML designs, we need more space to store trace data. By only tracing range of layers, external buffer size for trace can be decreased.
How problem was solved, alternative solutions (if any) and why they were rejected
Risks (if any) associated the changes in the commit
No. Code will be executed only if user passes start_type=layer in xrt.ini
What has been tested and how, request additional testing if necessary
Tested resnet50 design on strix windows and partial resnet50 design on phoenix windows.