Skip to content

Add dim order variant clone operator #12645

@Gasoonjia

Description

@Gasoonjia

Currently clone operator is removed in the export pipeline without tracing its (possible) memory format / dim order changes within the copy and may lead to wrong memory format / dim order changes in the final exported model.

One of the essential features to solve the issue is creating dim order variant clone operator to ensure the correct dim order propagation in export graph. With the dim order variant clone op, we can make the TestRemoveCloneOpsTransform remove clone operator with dim order aware of.

cc. @digantdesai

Alternatives

No response

Additional context

No response

RFC (Optional)

No response

cc @JacobSzwejbka @angelayi

Metadata

Metadata

Labels

actionableItems in the backlog waiting for an appropriate impl/fixgood first issueGood for newcomersmodule: exirIssues related to Export IR and the code under exir/

Type

Projects

Status

In progress

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions