-
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.
[Codegen] Use affine.delinearize_index in workgroup distribution (#19839
) In the interests of getting rid of needless substractions from affine composition, get rid of one of the last remaining manual calls to floorDiv() The other ProcInfo generators have been converted to delinearize_index by earlier PRs - this one finishes the job. This should not impact the behavior of generated programs. --------- Co-authored-by: Han-Chung Wang <[email protected]>
- Loading branch information
Showing
3 changed files
with
52 additions
and
48 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