Test(s)
tests/python/relay/test_prng.py::test_threefry_split[llvm]
tests/python/relay/test_prng.py::test_threefry_sequential_generate[llvm]
tests/python/relay/test_prng.py::test_threefry_sequential_generate_remaining[llvm]
tests/python/relay/test_prng.py::test_threefry_generate_out_size
Jenkins Links
My change in #10534 was irrelavant to the tests.
These flaky tests failed at the same time on CPU, GPU and i386 integration tests. And after I update the PR removing two lines of output, the tests magically passed.
Test(s)
tests/python/relay/test_prng.py::test_threefry_split[llvm]tests/python/relay/test_prng.py::test_threefry_sequential_generate[llvm]tests/python/relay/test_prng.py::test_threefry_sequential_generate_remaining[llvm]tests/python/relay/test_prng.py::test_threefry_generate_out_sizeJenkins Links
My change in #10534 was irrelavant to the tests.
These flaky tests failed at the same time on
CPU,GPUandi386integration tests. And after I update the PR removing two lines of output, the tests magically passed.