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

bilinear support for upsample. #12385

Merged
merged 3 commits into from
Sep 19, 2024
Merged

bilinear support for upsample. #12385

merged 3 commits into from
Sep 19, 2024

Conversation

shwetankTT
Copy link
Contributor

@shwetankTT shwetankTT commented Sep 9, 2024

Ticket

#5725

Problem description

Provide context for the problem.

What's changed

Feature request to support bilinear in upsample op.

Checklist

  • Post commit CI passes
  • Blackhole Post commit (if applicable)
  • Model regression CI testing passes (if applicable)
  • New/Existing tests provide coverage for changes

),
)
@pytest.mark.parametrize("shard_strategy", [ttnn.ShardStrategy.HEIGHT])
def test_bilinear_multi_core(device, batch_size, num_channels, height, width, scale_h, scale_w, shard_strategy):
Copy link
Contributor

Choose a reason for hiding this comment

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

can this test be part of the upsample test file?

@shwetankTT shwetankTT merged commit 9091cb7 into main Sep 19, 2024
6 checks passed
@shwetankTT shwetankTT deleted the shwetankTT/bilinear branch September 19, 2024 13:19
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.

6 participants