forked from microsoft/TileFusion
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cell): Support different
WarpLayout
in GEMMs. (microsoft#55)
This PR fixed some bugs and supported different `WarpLayout` in GEMMs: - Fixed **offset recalculation** based on different `WarpReuse` mode. - Bug fix for several corner-case scenarios. Tips: - GMEM -> SMEM: Uses `kCont` `WarpReuse` for loading data. - SMEM -> RMEM: `kRowReuse` in MatrixA and `kColReuse` in MatrixB. For a tensor shape `[M, N, K]`: - `M` must be multiple of `16 * kWarpRow`. - `K` must be multiple of both `64 * kWarpCol` and `64 * kWarpRow`. - `N` must be multiple of `16 * kWarpCol`.
- Loading branch information
Showing
8 changed files
with
148 additions
and
78 deletions.
There are no files selected for viewing
Submodule cutlass
updated
2232 files
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
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.