Skip to content

Commit

Permalink
re-enable a test that will fail
Browse files Browse the repository at this point in the history
  • Loading branch information
xwang233 committed Mar 7, 2024
1 parent c086bab commit 3b5a25a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python_tests/test_normalization.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ def test_instance_norm(
assert_close(m.bias.grad, reference_m.bias.grad)


@unittest.skip("disable failing test, see https://github.com/NVIDIA/Fuser/issues/1728")
@unittest.skipIf(torch.cuda.device_count() < 2, "more than 1 GPU required")
def test_instance_norm_multigpu():
class Model(nn.Module):
Expand Down

0 comments on commit 3b5a25a

Please sign in to comment.