-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ hgemm ] Generalize redundant micro hgemm kernel implementation
- Previous implementation naively used fixed-sized ukernels for the K-direction accumulation. - Such kernels were excessively long, but had better performance than looping through single K-iteration. - However, recent test results have shown that justing stacking 4 K iters, and looping through such ukernel preserved the performance with better code readability. **Self evaluation:** 1. Build test: [X]Passed [ ]Failed [ ]Skipped 2. Run test: [X]Passed [ ]Failed [ ]Skipped Signed-off-by: skykongkong8 <[email protected]>
- Loading branch information
1 parent
23c0983
commit 097d83e
Showing
4 changed files
with
266 additions
and
1,650 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
Oops, something went wrong.