CVS-175734- [OVEP GPU] add GQA in support list for GPU backend - #830
Merged
Conversation
ankitm3k
force-pushed
the
support_GQA_GPU
branch
from
October 13, 2025 05:08
5708bda to
c4f7cdd
Compare
ankitm3k
reviewed
Oct 13, 2025
| "beam_idx", | ||
| "past_key_values", | ||
| "present", | ||
| "total_seq_len", |
There was a problem hiding this comment.
@Kotomi-Du Does the stateful model post translation into OVIR comprise of total_seq_len input always? Is this a general case for all LLMs now (since which OV toolkit version this was added)?
Author
There was a problem hiding this comment.
it is the input name from Msft generic model (specifically Phisilica model), not the Epctx OVIR model OV toolkit generated
ankitm3k
reviewed
Oct 13, 2025
Author
|
removed CPU support and added Jira ticket |
Kotomi-Du
force-pushed
the
support_GQA_GPU
branch
from
October 27, 2025 20:13
5234a6c to
d73ef49
Compare
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.
Description:
GQA is originally supported by OV starting from 2025.1. This PR is to align with OV support. Will go to New ABI as well.
If feature goes to new ABI?
Yes
Jira Ticket :
https://jira.devtools.intel.com/browse/CVS-175734