Closed
Description
https://github.com/pytorch/pytorch/pull/119106/files
new xfails:
xfail(
"nn.functional.interpolate",
variant_name="linear",
dtypes=(torch.float16, torch.float32,),
reason="Mismatched elements with high difference",
),
xfail(
"nn.functional.interpolate",
variant_name="trilinear",
dtypes=(torch.float16, torch.float32),
reason="Mismatched elements with high difference",
),
this may be related to: #1260 but both bilinear and trilinear are failing.