Commit 22c1f46
[rocm7.0_internal_testing] skip 3D NCHW FP16 batchnorm test due to Native accuracy issue (#2370)
Skip for
`test_nn.py::TestNN.test_batchnorm_3D_train_NCHW_vs_native_mixed_float16`
Test failed on `weight gradient` comparison MIOpen/CuDNN vs Native
batchnorm.
But CPU test `test_batchnorm_3D_train_NCHW_vs_cpu_mixed_float16` passed.
It looks like FP16 Native batchnorm issue.
Failed on MI200/MI300 and V100
It passed somehow on Navi (with enabled MIOpen)
Fixes SWDEV-541024, SWDEV-539171
```
python test_nn.py -v -k test_batchnorm_3D_train_NCHW_vs_native_mixed_float16
test_batchnorm_3D_train_NCHW_vs_native_mixed_float16 (__main__.TestNN) ... skipped '3D float16 NCHW train failed on CUDA and ROCm due to Native batchnorm accuracy issue SWDEV-541024'
OK (skipped=1)
```1 parent 5f46534 commit 22c1f46
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5126 | 5126 | | |
5127 | 5127 | | |
5128 | 5128 | | |
| 5129 | + | |
| 5130 | + | |
5129 | 5131 | | |
5130 | 5132 | | |
5131 | 5133 | | |
| |||
5141 | 5143 | | |
5142 | 5144 | | |
5143 | 5145 | | |
5144 | | - | |
5145 | | - | |
5146 | | - | |
5147 | | - | |
5148 | 5146 | | |
5149 | 5147 | | |
5150 | 5148 | | |
| |||
0 commit comments