Skip to content

Commit

Permalink
[ROCm] re-enable test_Conv2d_groups_nobias tests (#75008)
Browse files Browse the repository at this point in the history
Summary:
fixes:
#59158
#58701

Pull Request resolved: #75008
Approved by: https://github.com/albanD

Test Plan: contbuild & OSS CI, see https://hud.pytorch.org/commit/pytorch/pytorch/f888dc584214948e9048070d3ba972d5df776846

Reviewed By: atalman

Differential Revision: D35359967

fbshipit-source-id: 2ed62725d0fe3eec29b504070ec2450d2fd2a5f2
  • Loading branch information
KyleCZH authored and facebook-github-bot committed Apr 5, 2022
1 parent 257788f commit 5e42cd7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/test_nn.py
Original file line number Diff line number Diff line change
Expand Up @@ -6381,8 +6381,6 @@ def test_ConvTranspose2d_half_cublas_gemm(self):
output = deconv(inputs)
output.mean().backward()


@skipIfRocm
# For https://github.com/pytorch/pytorch/pull/1273
# Almost identical to the above `test_Conv2d_naive_groups`
def test_Conv2d_groups_nobias(self):
Expand Down Expand Up @@ -6422,7 +6420,6 @@ def test_Conv2d_groups_nobias(self):
# Covering special case when group > 1, input-channel / group < 16 and output-channel is multiple of 16
# See also https://github.com/pytorch/pytorch/pull/18463#issuecomment-476563686
# and https://github.com/pytorch/pytorch/pull/18463#issuecomment-477001024
@skipIfRocm
def test_Conv2d_groups_nobias_v2(self):
torch.manual_seed(123)
dev_dtypes = [("cpu", torch.float)]
Expand Down

0 comments on commit 5e42cd7

Please sign in to comment.