-
Notifications
You must be signed in to change notification settings - Fork 671
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[GPU] Allow vectorization for dynamic shapes with inner static dims (#…
…19850) For the Tile and Fuse vectorize pipeline config setup, needing all dims static for vectorization seems unnecessary as dynamaic dims will get tiled to 1 anyway due to other checks that skip dynamic dims. Now, if the innermost dim is static we will end up vectorizing. Fixes : #19843 --------- Signed-off-by: Nirvedh Meshram <[email protected]>
- Loading branch information
1 parent
50a7087
commit 36e7593
Showing
2 changed files
with
5 additions
and
6 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