We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de24489 commit 268806cCopy full SHA for 268806c
backends/xnnpack/test/ops/test_exp.py
@@ -34,6 +34,9 @@ def run_exp_test(self, inputs):
34
.run_method_and_compare_outputs()
35
)
36
37
+ # TODO (leafs1): Fix flaky tests. Land fix asap
38
+ # and cherry-pick onto release/0.7 branch
39
+ @unittest.skip(reason="For float16, numerical discepancies are too high")
40
def test_fp16_exp(self):
41
inputs = (torch.randn(20).to(torch.float16),)
42
self.run_exp_test(inputs)
0 commit comments