Skip to content

SeZM's torch.compile / AOT-export code paths are only #5479

@github-actions

Description

@github-actions

stable on torch 2.11.x. CI currently pins torch 2.10, where the compiled path
can segfault or drift, and other torch versions are similarly unstable. Skip
the compile-parity tests off 2.11 until CI standardizes on a SeZM-compatible
torch, then drop this guard.

Author: @torch-2.11
Line: 60

module=r"torch\._functorch\._aot_autograd\.autograd_cache",
)
# TODO(torch-2.11): SeZM's ``torch.compile`` / AOT-export code paths are only
# stable on torch 2.11.x. CI currently pins torch 2.10, where the compiled path
# can segfault or drift, and other torch versions are similarly unstable. Skip
# the compile-parity tests off 2.11 until CI standardizes on a SeZM-compatible
# torch, then drop this guard.
_TORCH_VERSION = parse_version(torch.__version__)
_SKIP_OFF_TORCH_211 = (_TORCH_VERSION.major, _TORCH_VERSION.minor) != (2, 11)
_SKIP_OFF_TORCH_211_REASON = (

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions