-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement ConditionallySpeculatable for remaining dynamic ops
Included ops: - DynamicPad - RealDynamicSlice - DynamicConv - DynamicGather I refactored the logic to check speculatability for shaped ops to enable reuse and allow ops with more than one shape-related operand to be checked. This should be the last change adding new speculatability implementations. All the other ops are either done, pure, or deprecated. I will confirm this shortly by reviewing the entire opset and making sure everything is covered (I have been tracking progress in a personal document).
- Loading branch information
Michael Levesque-Dion
committed
Apr 29, 2024
1 parent
0a91535
commit 5932d82
Showing
6 changed files
with
315 additions
and
26 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
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.