Skip to content

Commit

Permalink
[ROCm] Skip test_masked_scatter_large_tensor_cuda
Browse files Browse the repository at this point in the history
Refer #60190

Signed-off-by: Jagadish Krishnamoorthy <jagdish.krishna@gmail.com>
  • Loading branch information
jaglinux committed Jul 6, 2021
1 parent 45cc207 commit 4a86916
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_torch.py
Expand Up @@ -5911,6 +5911,8 @@ def test_masked_scatter_bool_tensor(self, device):
dst = dst.masked_scatter(mask, src)
self.assertEqual(dst, torch.tensor([True, True, True], device=device))

# refer https://github.com/pytorch/pytorch/issues/60190
@skipIfRocm
@onlyCUDA
@largeTensorTest('30GB')
def test_masked_scatter_large_tensor(self, device):
Expand Down

0 comments on commit 4a86916

Please sign in to comment.