xinlipn
xinlipn
1. Create a shell script for MIOpenDriver tests starting from the line below, which will be packed along with single gTest binary, miopen_gtest. https://github.com/ROCm/MIOpen/blob/af3c2ded9cf1186c17948dedc8e34b0fba050716/test/CMakeLists.txt#L684 2. Shell script depends on the...
> Unfortunately does not comply #1843 (2) and other things. I recommend implementing these tests just like we do other tests (but set normal environment and then exec MIOpenDriver with...
> @xinlipn > > > Unlike converting other cTests to gTest by implementing test classes and pack them into a single binary as this PR below, what the script does...
> @xinlipn > > > Unlike converting other cTests to gTest by implementing test classes and pack them into a single binary as this PR below, what the script does...
Similar failure found in PR1611 https://github.com/ROCmSoftwarePlatform/MIOpen/pull/1611 Snippet and full log as below http://micimaster.amd.com/blue/organizations/jenkins/MLLibs%2FMIOpen/detail/sl%2Fgoogle_test/26/pipeline/613/ [2022-08-02T09:30:01.914Z] 8/103 Test #3: test_bn_3d_spatial_test ...............................***Failed Error regular expression found in output. Regex=[FAILED] 44.68 sec [2022-08-02T09:30:01.914Z] (n=1)...
> @xinlipn Can we also add gtest for NCHW similar to [NHWC](https://github.com/ROCm/MIOpen/blob/develop/test/gtest/bn_infer.cpp#L69-L92) @bghimireamd Updated gTest. But one test failed on MI200. [test_bn_infer.log](https://github.com/user-attachments/files/16861129/test_bn_infer.log)
Previously failed test case MI200 due to tolerance issue has passed {670, 1, 224, 224, miopenBNSpatial, miopen::batchnorm::Direction::Backward, 0, 1}}; [No tolerance issue.txt](https://github.com/user-attachments/files/18525868/No.tolerance.issue.txt)
> I do not see bn bwd cpu handle both "saved mean" and "no saved mean" Hi @bghimireamd , that's a good catch. I have this change locally, but but...