Added Warning in ML Timeline plugin if no microcontroller section in aie trace metadata #22
Open
garimadhaked wants to merge 1 commit intoXilinx:masterfrom
Open
Added Warning in ML Timeline plugin if no microcontroller section in aie trace metadata #22garimadhaked wants to merge 1 commit intoXilinx:masterfrom
garimadhaked wants to merge 1 commit intoXilinx:masterfrom
Conversation
…aie trace metadata Signed-off-by: Garima Dhaked <garima.dhaked@amd.com>
IshitaGhosh
requested changes
Feb 25, 2026
Collaborator
IshitaGhosh
left a comment
There was a problem hiding this comment.
MLTimeline already has default handling if required uC metadata is not available. Disabling ML Timeline due to missing metadata will break tests with missing metadata but working till now using default handling.
Lets discuss this offline.
Collaborator
|
Hi @garimadhaked Please avoid disabling ML Timeline feature for missing Microcontroller info. On NPU3, we add default uC info as index 0 column 0 in the ML Timeline Plugin so that it configures the debug buffer for 1 controller. So on NPU3, we dont hit the debug buffer configuration with 0 byte size issue. So, no change is required for NPU3 version. For VE2, repo has handling for missing AIE_TRACE_METADTATA but not missing uC info if AIE_TRACE_METADATA is found. Please add fallback to buffer sectioned per column for empty "activeUCs", instead of disabling ML Timeline feature. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Added a warning message for AIESW-25043 fix
aiecompiler should always generate microcontroller section in AIE trace metadata.