Skip to content

Commit 1edfd59

Browse files
committed
Skip failing test.
1 parent f0583cd commit 1edfd59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_cuda.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1116,6 +1116,7 @@ def test_scatter_cpu_sizes(self):
11161116
def test_scatter_gpu(self):
11171117
self._test_scatter(torch.randn(4, 4).cuda(), dim=0)
11181118

1119+
@skipIfRocm
11191120
def test_scatter_gpu_dim(self):
11201121
self._test_scatter(torch.randn(4, 4).cuda(), dim=1)
11211122

0 commit comments

Comments
 (0)