Murali N

Results 20 comments of Murali N

This above config is passed in my setup. It looks other two configs are having an issue. I will look at failed ones. ./bin/MIOpenDriver bnorm -n 16 -c 96 -H...

I reproduced this issue for two of above configs. Batchnorm backward input argument combinations are incorrect here. Backward Batchnorm uses saved mean (-s option) instead of recurrent mean (-r option)....

> @muralinr Good. So the only problem is that the combination of "--forw 0" and "-r 1" is allowed in the driver, right? Yes Artem. "--forw 0 -b 1 -r...

@alexandraBara Which docker did you use on gfx908 machine?

All above failed tests are passed on my gfx908 machine with this docker (superbench/main:rocm5.0.1-pytorch1.9.0). Is this issue docker specific? root@miopen908-1:/testx/MIOpen/build# ./bin/MIOpenDriver bnormfp16 -n 256 -c 64 -H 112 -W 112...

> @junliume > > * Now we have W/A in [[WORKAROUND] fix IsApplicable in BnBwdTrainingSpatial solver #1603](https://github.com/ROCmSoftwarePlatform/MIOpen/pull/1603), so the urgency may be lowered to normal. > * However we need...

It looks like this issue is specific to Vega20. I tried it on Navi21 and did not see this issue on the latest develop.

> --half --input 128, 32, 6, 6, 6 I am unable to reproduce this issue on my MI100 machine. I will continue to analyze this issue to see if anything...

@hansely Could you please rule out issue from your side as mentioned by you because both functions call same kernel?