-
Notifications
You must be signed in to change notification settings - Fork 533
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Pull Request resolved: #3666 X-link: facebookresearch/FBGEMM#741 We were spending more time then necessary setting the output tensor to zero during kernel setup. Assuming that N is divisible by 8 and using float4 vectorized writes saves us a good bit of time. This can yield as much as a 10% overall speedup for fp8 grouped gemm. Reviewed By: jiawenliu64, mxz297 Differential Revision: D69267443 fbshipit-source-id: 527b81f69fc3792c2b41fad0ba8f123de5bafde6
- Loading branch information
1 parent
d564c8c
commit 2cef43a
Showing
1 changed file
with
80 additions
and
65 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