Commit 57751e7
authored
[GPU] Fixed wrong idx for applying attn_sink in pa_sdpa_opt (#32731)
### Details:
- Sink to be appiled to each query idx instead of head_idx
- Currently there is no practical situation this code is activated.
However potentially there will be, e.g., igpu + sink + pa
### Tickets:
- *ticket-id*1 parent 662d21e commit 57751e7
File tree
1 file changed
+1
-1
lines changed- src/plugins/intel_gpu/src/graph/impls/ocl_v2
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
399 | 399 | | |
400 | 400 | | |
401 | 401 | | |
402 | | - | |
| 402 | + | |
403 | 403 | | |
404 | 404 | | |
405 | 405 | | |
| |||
0 commit comments