Commit c3c4d2d
[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 f07b7f7 commit c3c4d2d
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5177 | 5177 | | |
5178 | 5178 | | |
5179 | 5179 | | |
| 5180 | + | |
| 5181 | + | |
5180 | 5182 | | |
5181 | 5183 | | |
5182 | 5184 | | |
| |||
5192 | 5194 | | |
5193 | 5195 | | |
5194 | 5196 | | |
5195 | | - | |
5196 | | - | |
5197 | | - | |
5198 | | - | |
5199 | 5197 | | |
5200 | 5198 | | |
5201 | 5199 | | |
| |||
0 commit comments