-
Notifications
You must be signed in to change notification settings - Fork 528
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fuse output zero fill into grouped gemm kernel setup (#3537)
Summary: Pull Request resolved: #3537 X-link: facebookresearch/FBGEMM#624 During E2E evaluation we found that the kernel launch overhead of having to fill the output with zeros, then separately initialize the grouped gemm args was noticeably impacting performance. This diff fuses the two together. I believe the output initialization is done pretty efficiently here but am open to feedback! In microbenchmarks, there does not appear to be any regression from this change. Reviewed By: jianyuh Differential Revision: D67777269 fbshipit-source-id: f4bf0bd7ab1ff05a7c4f56b32c5766c6be8f4b3d
- Loading branch information
1 parent
84fa740
commit 7c26339
Showing
1 changed file
with
48 additions
and
15 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