Skip to content

Commit 7fdc6a2

Browse files
anjali411facebook-github-bot
authored andcommitted
Skip test_variant_consistency_eager_addr_cpu_bfloat16 (#50836)
Summary: Pull Request resolved: #50836 Fixes the broken master Test Plan: Imported from OSS Reviewed By: albanD Differential Revision: D25981125 Pulled By: anjali411 fbshipit-source-id: 4043b6a7287700c7c9f0ce703eef53bb666ff655
1 parent c147aa3 commit 7fdc6a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

torch/testing/_internal/common_methods_invocations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -945,7 +945,7 @@ def sample_inputs_fliplr_flipud(op_info, device, dtype, requires_grad):
945945
test_inplace_grad=False,
946946
skips=(
947947
SkipInfo('TestCommon', 'test_variant_consistency_jit',
948-
dtypes=[torch.float16, torch.cfloat, torch.cdouble]),
948+
dtypes=[torch.float16, torch.cfloat, torch.cdouble, torch.bfloat16]),
949949
# Reference: https://github.com/pytorch/pytorch/issues/50747
950950
SkipInfo('TestCommon', 'test_variant_consistency_eager',
951951
dtypes=all_types_and_complex_and(torch.bool, torch.bfloat16, torch.float16)),),

0 commit comments

Comments
 (0)