Test failed on latest llvm 12.0
FAILED tests/python/topi/python/test_topi_broadcast.py::test_shift - AssertionError:
E AssertionError:
E Not equal to tolerance rtol=0.0001, atol=0.0001
E
E Mismatched elements: 4 / 4 (100%)
E Max absolute difference: 88
E Max relative difference: inf
E x: array([[[-128, -88],
E [ 32, 8]]], dtype=int8)
E y: array([[[0, 0],
E [0, 0]]], dtype=int8)
python/tvm/testing.py:82: AssertionError
There is a test failed on llvm12.0, but success on llvm-8.
I saw the llvm version in Jenkins test system is still 8.0 while the most recent release is 12.0.
It will not be noticed by developer if the test is still base on older llvm version.
Is there a plan to migrate the test base on latest llvm or multi-versions?