-
Notifications
You must be signed in to change notification settings - Fork 502
[XDP] Support subgraphs profiling graphs and kernel and new metadata handling #9224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[XDP] Support subgraphs profiling graphs and kernel and new metadata handling #9224
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clang-tidy made some suggestions
src/runtime_src/xdp/profile/database/static_info/filetypes/aie_trace_config_v3_filetype.cpp
Outdated
Show resolved
Hide resolved
src/runtime_src/xdp/profile/database/static_info/filetypes/aie_trace_config_v3_filetype.cpp
Outdated
Show resolved
Hide resolved
src/runtime_src/xdp/profile/database/static_info/filetypes/aie_trace_config_v3_filetype.cpp
Outdated
Show resolved
Hide resolved
src/runtime_src/xdp/profile/database/static_info/filetypes/aie_trace_config_v3_filetype.cpp
Outdated
Show resolved
Hide resolved
src/runtime_src/xdp/profile/database/static_info/filetypes/aie_trace_config_v3_filetype.cpp
Outdated
Show resolved
Hide resolved
src/runtime_src/xdp/profile/database/static_info/filetypes/aie_trace_config_v3_filetype.cpp
Outdated
Show resolved
Hide resolved
src/runtime_src/xdp/profile/database/static_info/filetypes/aie_trace_config_v3_filetype.cpp
Outdated
Show resolved
Hide resolved
src/runtime_src/xdp/profile/database/static_info/filetypes/aie_trace_config_v3_filetype.h
Show resolved
Hide resolved
src/runtime_src/xdp/profile/database/static_info/filetypes/aie_trace_config_v3_filetype.h
Outdated
Show resolved
Hide resolved
src/runtime_src/xdp/profile/database/static_info/filetypes/aie_trace_config_v3_filetype.h
Outdated
Show resolved
Hide resolved
Signed-off-by: Vinod Pangul <146476973+vipangul@users.noreply.github.com>
Signed-off-by: Vinod Pangul <146476973+vipangul@users.noreply.github.com>
Signed-off-by: Vinod Pangul <146476973+vipangul@users.noreply.github.com>
4269759
to
2f52665
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clang-tidy made some suggestions
src/runtime_src/xdp/profile/database/static_info/filetypes/aie_control_config_filetype.cpp
Outdated
Show resolved
Hide resolved
Signed-off-by: Vinod Pangul <146476973+vipangul@users.noreply.github.com>
Signed-off-by: Vinod Pangul <146476973+vipangul@users.noreply.github.com>
Signed-off-by: Vinod Pangul <146476973+vipangul@users.noreply.github.com>
Signed-off-by: Vinod Pangul <146476973+vipangul@users.noreply.github.com>
Signed-off-by: Vinod Pangul <146476973+vipangul@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clang-tidy made some suggestions
src/runtime_src/xdp/profile/database/static_info/filetypes/aie_trace_config_v3_filetype.cpp
Outdated
Show resolved
Hide resolved
Signed-off-by: Vinod Pangul <146476973+vipangul@users.noreply.github.com>
Signed-off-by: Vinod Pangul <146476973+vipangul@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clang-tidy made some suggestions
src/runtime_src/xdp/profile/database/static_info/filetypes/aie_trace_config_v3_filetype.h
Show resolved
Hide resolved
src/runtime_src/xdp/profile/database/static_info/filetypes/aie_trace_config_v3_filetype.h
Outdated
Show resolved
Hide resolved
src/runtime_src/xdp/profile/database/static_info/filetypes/aie_trace_config_v3_filetype.h
Outdated
Show resolved
Hide resolved
Signed-off-by: Vinod Pangul <146476973+vipangul@users.noreply.github.com>
Signed-off-by: Vinod Pangul <146476973+vipangul@users.noreply.github.com>
clang-tidy review says "All clean, LGTM! 👍" |
Problem solved by the commit
CR-1230523 - various subgraphs and kernel profiling settings expected.
Bug / issue (if any) fixed, which PR introduced the bug, how it was discovered
New feature.
How problem was solved, alternative solutions (if any) and why they were rejected
To support this completely, it takes following changes in account -
XRT changes:
Metadata changes:
Risks (if any) associated the changes in the commit
Low
Please Note:
What has been tested and how, request additional testing if necessary
Verified original test on AIE1 & AIE2.
Documentation impact (if any)