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

Slightly optimize converting aten.t #204

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jdh8
Copy link
Collaborator

@jdh8 jdh8 commented Sep 14, 2024

Ticket

None

Problem description

Slightly optimize conversion from aten.t to ttnn.permute

What's changed

  • Leave illegal aten.t ops as is
  • Optimize out no-op 0-D and 1-D cases
  • Simplify the code

@jdh8 jdh8 added enhancement New feature or request conversion labels Sep 14, 2024
@jdh8 jdh8 self-assigned this Sep 14, 2024
- Leave illegal `aten.t` ops as is
- Optimize out no-op 0-D and 1-D cases
- Simplify the code
@jdh8 jdh8 force-pushed the feature/slightly-optimize-converting-t branch from 2b75bf3 to 9b03335 Compare September 15, 2024 05:48
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.

1 participant