-
Notifications
You must be signed in to change notification settings - Fork 622
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Block dynamic dimensions of contraction-like operations. (#19056)
Block the dynamic dimensions of contraction-like operations when the dynamic dimensions are known to be multiples of a static value. This also fixes a couple of bugs 1) Fix a bug in the integer divisibility propagation function for `arith.muli` 2) Add divisiblity propagation for `arith.divui` 3) Add better tests in `integer_divisibility.mlir` to check the computed divisibility. --------- Signed-off-by: MaheshRavishankar <[email protected]>
- Loading branch information
1 parent
f3c1467
commit d32ce2f
Showing
5 changed files
with
304 additions
and
74 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
Oops, something went wrong.