forked from pytorch/executorch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make dynamic shape based export selectable (pytorch#4100)
Summary: Pull Request resolved: pytorch#4100 Most backends like mps, qnn, coreml dont support dynamic shape. Particularly for mps, query to .item(), data dependent dynamic shape, results in lowering error. This error is likely fixable in the delegate however not clear if the delegate is meant to support dynamic shape or not. //pre-existing lint error bypass-github-export-checks Thus making dynamic shape specific change selectable for now. ghstack-source-id: 232298483 Reviewed By: cccclai Differential Revision: D59236591 fbshipit-source-id: 2870148373f2f9f0ee9d4646355ac0664d2c2f68
- Loading branch information
1 parent
5dc3b2b
commit e74aa2e
Showing
3 changed files
with
61 additions
and
35 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