mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
[ROCm] disable test test_Conv2d_groups_nobias for ROCm (#59158)
Summary: Disabling the test since its failing in ROCm4.2 Signed-off-by: Jagadish Krishnamoorthy <jagdish.krishna@gmail.com> Pull Request resolved: https://github.com/pytorch/pytorch/pull/59158 Reviewed By: mruberry Differential Revision: D28808953 Pulled By: ngimel fbshipit-source-id: 134f147ead6dc559d2cde49cf8343cd976e6c224
This commit is contained in:
parent
3d521e8b40
commit
95c26b2806
|
|
@ -5467,6 +5467,7 @@ class TestNN(NNTestCase):
|
|||
|
||||
# For https://github.com/pytorch/pytorch/pull/1273
|
||||
# Almost identical to the above `test_Conv2d_naive_groups`
|
||||
@skipIfRocm
|
||||
def test_Conv2d_groups_nobias(self):
|
||||
dev_dtypes = [("cpu", torch.float)]
|
||||
if TEST_CUDA:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user