-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactoy the pack scheduling for scheduleIterAlg = 3.
* Used 3 different pack pools to store the pack instructions of A, B, and Metadata * First, only put the required pack into the code (the number of required packs may differ for each mfma iteration). Second, put another pack or SNop before the mfma instruction according to the needed latency. the combination of insertion may be 2 packs, 1 pack + snop 0, or snop 1.
- Loading branch information
Showing
1 changed file
with
116 additions
and
47 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