-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Until now compiler would create single tilize block call with total amount of tiles needed to be generated. LLK actually needs to work on a single row of tiles at the time in order to know how much to stride. This fix changes lowering to TTMetal dialect and creates correct number of tilize/untilize calls. In between them it pops/pushes from/to given CBs. With SCF dialect we'll be able to insert loops, but for now these calls will be unrolled.
- Loading branch information
1 parent
ef3bfe8
commit 160334c
Showing
1 changed file
with
31 additions
and
17 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