Skip to content

[CPU] Enable GQA GDN and add test cases#35640

Open
zhangYiIntel wants to merge 3 commits intoopenvinotoolkit:masterfrom
zhangYiIntel:yi3/fix_gqa
Open

[CPU] Enable GQA GDN and add test cases#35640
zhangYiIntel wants to merge 3 commits intoopenvinotoolkit:masterfrom
zhangYiIntel:yi3/fix_gqa

Conversation

@zhangYiIntel
Copy link
Copy Markdown
Contributor

Details:

  • Enable GQA in Stateful GDN

Tickets:

  • ticket-id

AI Assistance:

  • AI assistance used: no

@zhangYiIntel zhangYiIntel requested review from a team as code owners May 1, 2026 16:04
@github-actions github-actions Bot added category: IE Tests OpenVINO Test: plugins and common category: CPU OpenVINO CPU plugin labels May 1, 2026
auto function = compiledModel.get_runtime_model();
CheckNumberOfNodesWithType(function, {"GatedDeltaNet"}, 1);
CheckNumberOfNodesWithType(function, {"Transpose"}, 0);
CheckNumberOfNodesWithType(function, {"Concat"}, 0);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How does this relate to the fix in the CPU plugin?

@nshchego
Copy link
Copy Markdown
Contributor

nshchego commented May 5, 2026

@zhangYiIntel , could you add a detailed description of these changes?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category: CPU OpenVINO CPU plugin category: IE Tests OpenVINO Test: plugins and common

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants