driazati opened a new issue, #11967: URL: https://github.com/apache/tvm/issues/11967
Test https://ci.tlcpack.ai/blue/organizations/jenkins/tvm/detail/main/3713/tests is flaky and has failed intermittently on `main` (as discussed in #11896) ``` [2022-06-29T08:34:53.751Z] _______________________________ test_empty_like ________________________________ [2022-06-29T08:34:53.751Z] [2022-06-29T08:34:53.751Z] def test_empty_like(): [2022-06-29T08:34:53.751Z] def test_func(data): [2022-06-29T08:34:53.751Z] return torch.empty_like(data) [2022-06-29T08:34:53.751Z] [2022-06-29T08:34:53.751Z] > verify_model_with_input(test_func, [torch.rand([1, 3, 10, 10]).float()]) [2022-06-29T08:34:53.751Z] [2022-06-29T08:34:53.751Z] tests/python/frontend/pytorch/test_forward.py:3827: [2022-06-29T08:34:53.751Z] _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ [2022-06-29T08:34:53.751Z] tests/python/frontend/pytorch/test_forward.py:221: in verify_model_with_input [2022-06-29T08:34:53.751Z] tvm.testing.assert_allclose(baseline_outputs, compiled_output, rtol=1e-5, atol=1e-5) [2022-06-29T08:34:53.751Z] python/tvm/testing/utils.py:113: in assert_allclose [2022-06-29T08:34:53.751Z] np.testing.assert_allclose(actual, desired, rtol=rtol, atol=atol, verbose=True) [2022-06-29T08:34:53.751Z] _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ [2022-06-29T08:34:53.751Z] [2022-06-29T08:34:53.751Z] x = array([[[[ 7.7170313e-17, 0.0000000e+00, 5.3485164e-26, [2022-06-29T08:34:53.751Z] 0.0000000e+00, 0.0000000e+00, 0.0000000e+00, [2022-06-29T08:34:53.751Z] ... 0.0000000e+00, [2022-06-29T08:34:53.751Z] 0.0000000e+00, 0.0000000e+00, 0.0000000e+00, [2022-06-29T08:34:53.751Z] 0.0000000e+00]]]], dtype=float32) [2022-06-29T08:34:53.751Z] y = array([[[[0., 0., 0., 0., 0., 0., 0., 0., 0., 0.], [2022-06-29T08:34:53.751Z] [0., 0., 0., 0., 0., 0., 0., 0., 0., 0.], [2022-06-29T08:34:53.751Z] [0., 0.... [0., 0., 0., 0., 0., 0., 0., 0., 0., 0.], [2022-06-29T08:34:53.751Z] [0., 0., 0., 0., 0., 0., 0., 0., 0., 0.]]]], dtype=float32) [2022-06-29T08:34:53.751Z] func = <ufunc 'isnan'>, hasval = 'nan' [2022-06-29T08:34:53.751Z] ``` cc @shingjan -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
