[gTest] Add more test coverage for Batchnorm Backward #3445
+4
−1
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.
More test cases added for better coverage. Here's the summary
N C H W: 128 256 14 14
Covers:
backward_spatial_single.cpp: variant == 3 and variant == 1 (2nd)
128 256 14 14.txt
N C H W: 128 256 16 16
Covers:
backward_spatial_single.cpp: variant == 3
128 256 16 16.txt
N C H W: 768 1 14 14
Covers:
backward_spatial_multiple.cpp: variant == 2
670 1 224 224.txt
Three tests failed
Notes:
For the same reason as this PR3444
backward_spatial_single.cpp will never reach this snippet, therefore, variant will never be 2
MIOpen/src/solver/batchnorm/backward_spatial_single.cpp
Lines 185 to 194 in 70c28bc
backward_spatial_multiple.cpp will never reach the following two snippets
MIOpen/src/solver/batchnorm/backward_spatial_multiple.cpp
Lines 128 to 180 in 70c28bc
MIOpen/src/solver/batchnorm/backward_spatial_multiple.cpp
Lines 195 to 202 in 70c28bc