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

Updates conversion of torch.expand to ttnn.repeat to allow repeating on last dimension. #803

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

Conversation

jmalone-tt
Copy link
Collaborator

This has been fixed in tt-metal, so we can now use tensor expand on the last dimension. This also allows us to run mobilenet_ssd end to end.

closes 436

Ticket

Link to Github Issue

Problem description

Previously, we could not call ttnn.repeat to expand on the last dimension, but now we can.

What's changed

Removed the check for expanding the last dimension. Marked MobileNet_ssd as end to end.

last dimension.

This has been fixed in tt-metal, so we can now use tensor expand on the
last dimension. This also allows us to run mobilenet_ssd end to end.

closes 436
@jmalone-tt jmalone-tt linked an issue Feb 28, 2025 that may be closed by this pull request
Copy link
Member

@ayerofieiev-tt ayerofieiev-tt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice

@jmalone-tt jmalone-tt added this pull request to the merge queue Feb 28, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Mar 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

aten.expand.default
2 participants