-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup
applyMmaSwizzleForTMALoad
(#3077)
In the past, we had a `permute_outer_dim` parameter for `applyMmaSwizzleForTMALoad` because strides in the Mma Op's matrix descriptor were hard-coded. With hardcoded strides, we had zero flexibility, and had to use multiple TMA to load smem buffer into a very specific format. After #3002, the strides were computed based on the schedule, so we do have the flexibility to choose a memory layout that uses less TMA instructions to load.
- Loading branch information
Showing
5 changed files
with
6 additions
and
111 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