-
Notifications
You must be signed in to change notification settings - Fork 377
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This change does the following: * Flip the order in which the GEMM tiles are computed (loop over `m`, then `n`), * Change GEMM task functions in `operator-run.c` to allow tiling over multiples of `mr`, * Tile GEMMs over multiples of `mr` and `nr` such that we keep the minimum number of tasks required, * Choose GEMM tile sizes that fit into the L1 or L2 data cache. PiperOrigin-RevId: 708308468
- Loading branch information
1 parent
08185b7
commit b2f715e
Showing
10 changed files
with
510 additions
and
306 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
Oops, something went wrong.