Skip to content

Support for torch.compile #21

Description

@jvwilliams23

Currently, distconv is not compatible with torch.compile. But it seems pytorch tensor subclasses (such as DTensor) do support this. We should find a way to add this capability to distconv.

I think it is through __tensor_flatten__ and __tensor_unflatten__ methods.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions