Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[GPU] Fix kernels synchronization in PagedAttention operation (#28645)
### Details: - Fix synchronization in PagedAttention operation when KV-cache rotation is enabled but skipped for the current iteration. Previously, `dep_events` was always replaced with `res_events` if `has_rotated_blocks=true`, leading to empty events vector being passed to the next kernels and causing accuracy deviations in cases of out_of_order queue due to missing synchronization
- Loading branch information