Skip to content

Bilinear and Trilinear interpolation are failing after updating to latest onnxscript (0.1.0.dev20240205) #1267

Closed
@liqunfu

Description

@liqunfu

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    contribution welcomeWe welcome code contributions for thismodule: torchlibRelated to the torch/aten function lib in development

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions