-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[GPU] Fix beam search accuracy/functional errors (#27835)
### Details: - Fixed "error set arg" error caused by not initialized internal memory buffers required for indirect sdpa_opt kernel in case of micro_sdpa + sdpa_opt - Fixed beam_table offset in shape_info - Fixed beam table index calculation in rearrange_cache() call considering concat_axis - Backport of #27833 --------- Co-authored-by: Pavel Durandin <[email protected]>
- Loading branch information
1 parent
07f6c9a
commit e042531
Showing
4 changed files
with
36 additions
and
18 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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