-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[GPU] fix SDPA produce NaN after transpose_fusion pass. (#27629)
### Details: - The issue only happens is fp16 model and even fp32 model if a hint for fp32 is not set. - The NaN starts to produce after the comit 27780a6 which reverts the fake alignment. *CVS-155861* - ### Tickets: - *CVS-156289*
- Loading branch information
Showing
2 changed files
with
83 additions
and
12 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