Commit 4eaa5bf
authored
[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 89423f3 commit 4eaa5bf
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5179 | 5179 | | |
5180 | 5180 | | |
5181 | 5181 | | |
| 5182 | + | |
| 5183 | + | |
5182 | 5184 | | |
5183 | 5185 | | |
5184 | 5186 | | |
| |||
5194 | 5196 | | |
5195 | 5197 | | |
5196 | 5198 | | |
5197 | | - | |
5198 | | - | |
5199 | | - | |
5200 | | - | |
5201 | 5199 | | |
5202 | 5200 | | |
5203 | 5201 | | |
| |||
0 commit comments