It seems typical when running the CI for one of the version combinations to fail due to the flakiness of some of the tests for which random tensors are used.
I don't have a complete list but, some examples of failure cases are:
- test_sparse_batch_mv[batch_mv_test_data3]
- test_bicgstab.py::test_bicgstab_2d_rhs
- Maybe linear_cg?
It is worth revisiting:
It seems typical when running the CI for one of the version combinations to fail due to the flakiness of some of the tests for which random tensors are used.
I don't have a complete list but, some examples of failure cases are:
It is worth revisiting:
@pytest.mark.flaky(reruns=5)