Skip to content

Commit c697af4

Browse files
jjlilleysoumith
authored andcommitted
Temporarily disable test_numerical_consistency_per_tensor (pytorch#30600)
Summary: Pull Request resolved: pytorch#30600 test_numerical_consistency_per_tensor in test_fake_quant is failing on Windows. ghstack-source-id: 94742124 Test Plan: CircleCI tests Differential Revision: D18760287 fbshipit-source-id: 7f59355eab74e811bb370ad2836ed2f1def1f621
1 parent 0f3f4ec commit c697af4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_fake_quant.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ def test_backward_per_tensor(self, device, X):
107107
@given(device=st.sampled_from(['cpu', 'cuda'] if torch.cuda.is_available() else ['cpu']),
108108
X=hu.tensor(shapes=hu.array_shapes(1, 5,),
109109
qparams=hu.qparams(dtypes=torch.quint8)))
110+
# https://github.com/pytorch/pytorch/issues/30604
111+
@unittest.skip("temporarily disable the test")
110112
def test_numerical_consistency_per_tensor(self, device, X):
111113
r"""Comparing numerical consistency between CPU quantize/dequantize op and the CPU fake quantize op
112114
"""

0 commit comments

Comments
 (0)