This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Faster GPU frozen BatchNorm #17368
Merged
Merged
Faster GPU frozen BatchNorm #17368
Changes from 18 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
4cd7049
Better frozen batchnorm
ptrendx ece9226
Continue FreezeBN
ptrendx 78d5d1f
Optimizations
ptrendx 36edffd
Reduce number of mod operations
ptrendx 3240ff3
Cleaning
ptrendx ed9d4ac
Fixing frozen bn with fix_gamma=False
ptrendx 96c21ef
Fix lint in BN
ptrendx c174894
Backward frozen batchnorm
ptrendx 94adcf3
More work on backward of Frozen BN
ptrendx 0305c12
Let it compile
ptrendx 3ad5514
NCHW Frozen BN backward
ptrendx 45b2efa
Frozen BN backward NHWC
ptrendx bd16971
Cleaning
ptrendx 45642bc
Remove the change to Makefile
ptrendx abc88c2
Fix from rebase
ptrendx 2fe6c68
Temp space for BN backward
ptrendx a11f5fe
Fix from review
ptrendx 983b748
Fix lint
ptrendx e09be30
Merge branch 'upstream' into pr_freezebn
ptrendx 8751c22
Merge branch 'upstream' into pr_freezebn
ptrendx e101b7c
Changes from review
ptrendx f52e5b1
Merge branch 'upstream' into pr_freezebn
ptrendx 3bf3777
Merge branch 'upstream' into pr_freezebn
ptrendx 3ea6ed4
Merge branch 'upstream' into pr_freezebn
ptrendx File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we use a more informative names other than my_*?