mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
[CI][CUDA][MultiGPU][Regression] Skip a failure due to https://github.com/pytorch/pytorch/issues/139520 (#145318)
Related: https://github.com/pytorch/pytorch/issues/139520 Pull Request resolved: https://github.com/pytorch/pytorch/pull/145318 Approved by: https://github.com/eqy
This commit is contained in:
parent
0e98b26b28
commit
d62e900d8c
1 changed files with 1 additions and 0 deletions
|
|
@ -90,6 +90,7 @@ class TestMoveConstructorsToCuda(TestCase):
|
|||
FileCheck().check_not("triton.jit").run(code[0])
|
||||
|
||||
@requires_multigpu()
|
||||
@unittest.skip("https://github.com/pytorch/pytorch/issues/139520")
|
||||
def test_multi_gpu(self):
|
||||
def foo(x):
|
||||
return (
|
||||
|
|
|
|||
Loading…
Reference in a new issue