From d55c885f752a607b032de276363f56756af80c5c Mon Sep 17 00:00:00 2001 From: Manfei <41607353+ManfeiBai@users.noreply.github.com> Date: Thu, 12 Sep 2024 17:06:36 -0700 Subject: [PATCH] Update test_ops.py --- experimental/torch_xla2/test/test_ops.py | 1 - 1 file changed, 1 deletion(-) diff --git a/experimental/torch_xla2/test/test_ops.py b/experimental/torch_xla2/test/test_ops.py index 061bbc26cbfe..901de0e7b89c 100644 --- a/experimental/torch_xla2/test/test_ops.py +++ b/experimental/torch_xla2/test/test_ops.py @@ -298,7 +298,6 @@ 'uniform', # Dropout is not deterministic https://pytorch.org/docs/stable/generated/torch.nn.functional.feature_alpha_dropout.html 'nn.functional.feature_alpha_dropout', - 'histc', # result is not stable for single negative scalar } atol_dict = {"matrix_exp": (2e-1, 2e-4)}