Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize out aten.clone ops #238

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Optimize out aten.clone ops #238

wants to merge 2 commits into from

Conversation

jdh8
Copy link
Contributor

@jdh8 jdh8 commented Sep 19, 2024

Ticket

Inspired by #223

Problem description

Since we do not alter tensor layout, it looks good to skip aten.clone ops.

What's changed

Replace every aten.clone op with its argument

@jdh8 jdh8 added enhancement New feature or request conversion labels Sep 19, 2024
@jdh8 jdh8 self-assigned this Sep 19, 2024
@jdh8 jdh8 changed the title Optimize out aten.clone ops, inspired by #223 Optimize out aten.clone ops Sep 19, 2024
@jdh8 jdh8 force-pushed the feature/optimize-out-clone branch from 47cd4b4 to 5df9ee3 Compare October 20, 2024 12:38
@jdh8 jdh8 added this pull request to the merge queue Oct 20, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Oct 20, 2024
Since we do not alter its layout, it looks good to skip `aten.clone` ops.
@jdh8 jdh8 force-pushed the feature/optimize-out-clone branch from 5df9ee3 to dfc33f4 Compare November 7, 2024 10:01
@jdh8 jdh8 added this pull request to the merge queue Nov 7, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 7, 2024
@jdh8 jdh8 enabled auto-merge December 24, 2024 22:11
@jdh8 jdh8 added this pull request to the merge queue Dec 24, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Dec 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conversion enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants