PR #46726 updates torch.repeat to improve the performance of backward algo.
It has three CI test failed, and all related to ModuleNotFoundError: No module named 'xmlrunner'
for test_torch.py
.
- pytorch_xla_linux_bionic_py3_6_clang9_test
- pytorch_linux_xenial_py3_6_gcc5_4_jit_legacy_test
- pytorch_linux_xenial_py3_6_gcc5_4_test
Issue description
