-
Notifications
You must be signed in to change notification settings - Fork 370
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pad conv2d channel dim weight when 5 < CI < 8 (#849)
Summary: Pull Request resolved: #849 CUDA conv channel dim weights need to align w/ a multiple of 2/4/8. If CI < 4, pad to 4; if 5 < CI < 8, pad to 8. Reviewed By: henryhu6 Differential Revision: D47776430 fbshipit-source-id: cca790f9ff01651f85bbd78d30ca8eb8840c307b
- Loading branch information
1 parent
065aef4
commit fed47a6
Showing
2 changed files
with
7 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