Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[GPU] Fix accuracy issue in PagedAttention kernel for large prompts (#…
…27436) ### Details: - Fix accuracy issue in PagedAttention kernel for large prompts (4K/8K tokens) by correcting index calculation in sub_group_broadcast function to ensure accurate data broadcasting within the subgroup - Copy of #27433 ### Tickets: - [CVS-154881](https://jira.devtools.intel.com/browse/CVS-154881)
- Loading branch information