Skip to content
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][CPU] Added Kernel Executor table caching with binary code #25638

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

a-sidorova
Copy link
Contributor

@a-sidorova a-sidorova commented Jul 19, 2024

Details:

  • The Kernel Executor table maps on Expression execution numbers instead of Expressions to avoid dependency between LinearIR and binary code
  • Added Kernel Executor table to SubgraphCodeGenerator to be cached with binary code
  • Added Subgraph caching test

Tickets:

  • N/A

Prerequisites:

@github-actions github-actions bot added the category: CPU OpenVINO CPU plugin label Jul 19, 2024
@a-sidorova a-sidorova force-pushed the feature/snippets/dynamism/kernel_executor_table_to_enumeration branch from c3b9446 to 04ccd78 Compare July 26, 2024 10:35
@a-sidorova a-sidorova added this to the 2024.4 milestone Jul 26, 2024
[Snippets] Fixed LoopInfo interface with port updates

[Snippets] Fixed get_inserted_expr_exec_num for empty lir

[Snippets] Added auto reordering of loop ports

[Snippets] Removed debug prints

[Snippets] Fix for ExtractLoopInvariants
@a-sidorova a-sidorova force-pushed the feature/snippets/dynamism/kernel_executor_table_to_enumeration branch from 04ccd78 to 9a39975 Compare July 26, 2024 11:05
@a-sidorova a-sidorova marked this pull request as ready for review July 26, 2024 11:06
@a-sidorova a-sidorova requested review from a team as code owners July 26, 2024 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: CPU OpenVINO CPU plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants