Commit 790f369
[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 a20c72c commit 790f369
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5180 | 5180 | | |
5181 | 5181 | | |
5182 | 5182 | | |
| 5183 | + | |
| 5184 | + | |
5183 | 5185 | | |
5184 | 5186 | | |
5185 | 5187 | | |
| |||
5195 | 5197 | | |
5196 | 5198 | | |
5197 | 5199 | | |
5198 | | - | |
5199 | | - | |
5200 | | - | |
5201 | | - | |
5202 | 5200 | | |
5203 | 5201 | | |
5204 | 5202 | | |
| |||
0 commit comments