-
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][TRANSFORMATIONS] Rope for flux (#27719)
### Details: - Enabled ROPE op fusion for flux.1 model on GPU to improve the performance - New mode for RoPE is added which enables the case when coordinates and angles are interleaved and sin/cos tables are separate inputs. It's activated when `is_interleaved=true` and `output_trans0213=false` Signed-off-by: Vladimir Paramuzov <[email protected]>
- Loading branch information
1 parent
833c034
commit 2b7f48e
Showing
18 changed files
with
436 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
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
Oops, something went wrong.