-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove non tile multiple width/height from conv2d
These two features are non critical for conv2d meaning they don't contribute to enabling any model perf on any model or improve pass rate on any sweep. Problem with these features is that they kick in in very unpredictable conditions for both users and developers as they have many limits/conditions. They are adding to conv2d test matrix, but they are hard to test for as deriving tests that will trigger them on multiple hw platforms is not easy. Moreover they are source of bugs like #17647, and it's often non obvious that bugs originate from these features and when faced with a bug in conv2d first thing is to go to the code and manually disable them to check for that. For the reasons above these will get removed, and by removing them #17647 will be fixed.
- Loading branch information
1 parent
1aba0a5
commit c69f5c0
Showing
16 changed files
with
163 additions
and
685 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.