forked from pytorch/FBGEMM
-
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.
remove unnecessary prefetch for scale/bias in corner cases (pytorch#323)
Summary: Pull Request resolved: pytorch#323 In D20582936 we missed a case when fused_block_size is exactly a multiple of 64 we don't need extra prefetch for scale and bias Reviewed By: shz0116 Differential Revision: D20585862 fbshipit-source-id: ad19add49188dc14720429a7240bab7eb732b8dc
- Loading branch information
1 parent
d7c4a34
commit 4b36034
Showing
2 changed files
with
2 additions
and
2 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