-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[Snippets][Doc] Updated the design guide #22258
[Snippets][Doc] Updated the design guide #22258
Conversation
29a8d5f
to
fee8ef2
Compare
@v-Golubev @IvanNovoselov guys, may I ask you to take a look at the doc updates please? |
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.
LGTM
@IvanNovoselov could you take a look please? |
fee8ef2
to
bf1875e
Compare
@v-Golubev @IvanNovoselov thanks for the review, guys! @dmitry-gorokhov could you review as well please? |
The second one allows users to serialize the `LIR` in two representations: as a control flow graph of `LinearIR` using the pass `SerializeControlFlow` and | ||
as a data flow graph of `LinearIR` using the pass `SerializeDataFlow` (control flow operations (e.g. `LoopBegin`/`LoopEnd`) are not serialized). | ||
The both serializations are saved in `xml` OpenVINO graph format, where a lot of useful parameters are displayed for every `Expression`. | ||
Please see [perf_count.md](./debug_capabilities/perf_count.md) and [snippets_segfault_detector.md](./debug_capabilities/snippets_segfault_detector.md) for more info regarding the performance counters and segfault detector. |
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.
@a-sidorova Since we now have https://github.com/openvinotoolkit/openvino/tree/master/src/common/snippets/docs/debug_capabilities it worth to move debug related info there.
Details:
insert_node
andreplace_with_node
helpersLinearIR
serialization methodsyBuffer
managementgenerator
passes descriptionTickets:
TODO