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.
Refactoring GenerateKernel files (pytorch#178)
Summary: Pull Request resolved: pytorch#178 Fix bug in computing colRegs (doesn't affect correctness for int8_t) Remove unused parameter ldc in getOrCreate function Remove unused function signature nr_min Remove leadingDimCRegAssign argument with default value in initCRegs, genComputeBlock, storeCRegs which can be error prone Reviewed By: jianyuh Differential Revision: D18442555 fbshipit-source-id: b6e2d4a98f383f442a5408e70cf6ad04ac4b4938
- Loading branch information
1 parent
6d6c798
commit 0e8b68c
Showing
8 changed files
with
143 additions
and
224 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
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.