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

Add support for upsample2d in lower to mlir #1315

Merged
merged 1 commit into from
Feb 27, 2025

Conversation

ashokkumarkannan1
Copy link
Contributor

Ticket

#667

Problem description

Add support for upsample2d in lower to mlir.

What's changed

Decompose upsample2D cases of resize2d op to upsample2d and map to ttir.Upsample2dOP

@ashokkumarkannan1 ashokkumarkannan1 changed the title upsample2d op support Add support for upsample2d in lower to mlir. Feb 25, 2025
@ashokkumarkannan1 ashokkumarkannan1 changed the title Add support for upsample2d in lower to mlir. Add support for upsample2d in lower to mlir Feb 25, 2025
Copy link

TestsPassed ☑️Skipped ⚠️Failed ❌️
TT-Forge-FE Tests604 ran477 passed126 skipped1 failed
TestResult
TT-Forge-FE Tests
pytest
test_dla.test_dla_pytorch[dla34]❌ failure

Copy link

TestsPassed ✅Skipped ⚠️Failed
TT-Forge-FE Tests662 ran525 passed137 skipped0 failed
TestResult
No test annotations available

Copy link

TestsPassed ✅Skipped ⚠️Failed
TT-Forge-FE Tests604 ran478 passed126 skipped0 failed
TestResult
No test annotations available

Copy link

TestsPassed ✅Skipped ⚠️Failed
TT-Forge-FE Tests662 ran525 passed137 skipped0 failed
TestResult
No test annotations available

@ashokkumarkannan1 ashokkumarkannan1 force-pushed the akannan/upsample2d_op_support branch from fd1962b to e9b7c40 Compare February 25, 2025 18:43
Copy link

TestsPassed ☑️Skipped ⚠️Failed ❌️
TT-Forge-FE Tests670 ran536 passed133 skipped1 failed
TestResult
TT-Forge-FE Tests
pytest
test_nn.test_interpolate[shape0-nearest]❌ failure

Copy link

TestsPassed ☑️Skipped ⚠️Failed ❌️
TT-Forge-FE Tests611 ran481 passed129 skipped1 failed
TestResult
TT-Forge-FE Tests
pytest
test_dla.test_dla_pytorch[dla34]❌ failure

Copy link

TestsPassed ✅Skipped ⚠️Failed
TT-Forge-FE Tests611 ran482 passed129 skipped0 failed
TestResult
No test annotations available

Copy link

TestsPassed ☑️Skipped ⚠️Failed ❌️
TT-Forge-FE Tests670 ran536 passed133 skipped1 failed
TestResult
TT-Forge-FE Tests
pytest
test_nn.test_interpolate[shape0-nearest]❌ failure

@ashokkumarkannan1 ashokkumarkannan1 force-pushed the akannan/upsample2d_op_support branch from e9b7c40 to 1dc91d1 Compare February 26, 2025 09:02
Copy link

TestsPassed ✅Skipped ⚠️Failed
TT-Forge-FE Tests613 ran482 passed131 skipped0 failed
TestResult
No test annotations available

Copy link

TestsPassed ✅Skipped ⚠️Failed
TT-Forge-FE Tests672 ran536 passed136 skipped0 failed
TestResult
No test annotations available

Copy link

TestsPassed ✅Skipped ⚠️Failed
TT-Forge-FE Tests613 ran482 passed131 skipped0 failed
TestResult
No test annotations available

Copy link

TestsPassed ✅Skipped ⚠️Failed
TT-Forge-FE Tests672 ran536 passed136 skipped0 failed
TestResult
No test annotations available

@ashokkumarkannan1 ashokkumarkannan1 marked this pull request as ready for review February 26, 2025 12:25
Copy link

TestsPassed ✅Skipped ⚠️Failed
TT-Forge-FE Tests616 ran485 passed131 skipped0 failed
TestResult
No test annotations available

1 similar comment
Copy link

TestsPassed ✅Skipped ⚠️Failed
TT-Forge-FE Tests616 ran485 passed131 skipped0 failed
TestResult
No test annotations available

Copy link

TestsPassed ✅Skipped ⚠️Failed
TT-Forge-FE Tests675 ran538 passed137 skipped0 failed
TestResult
No test annotations available

1 similar comment
Copy link

TestsPassed ✅Skipped ⚠️Failed
TT-Forge-FE Tests675 ran538 passed137 skipped0 failed
TestResult
No test annotations available

@ashokkumarkannan1 ashokkumarkannan1 force-pushed the akannan/upsample2d_op_support branch 2 times, most recently from 65c07d0 to 6ccbc3b Compare February 27, 2025 10:20
Copy link

TestsPassed ✅Skipped ⚠️Failed
TT-Forge-FE Tests616 ran485 passed131 skipped0 failed
TestResult
No test annotations available

1 similar comment
Copy link

TestsPassed ✅Skipped ⚠️Failed
TT-Forge-FE Tests616 ran485 passed131 skipped0 failed
TestResult
No test annotations available

Copy link

TestsPassed ✅Skipped ⚠️Failed
TT-Forge-FE Tests675 ran538 passed137 skipped0 failed
TestResult
No test annotations available

Copy link

TestsPassed ✅Skipped ⚠️Failed
TT-Forge-FE Tests675 ran538 passed137 skipped0 failed
TestResult
No test annotations available

@ashokkumarkannan1 ashokkumarkannan1 force-pushed the akannan/upsample2d_op_support branch from 6ccbc3b to 61a13aa Compare February 27, 2025 11:29
Copy link

TestsPassed ✅Skipped ⚠️Failed
TT-Forge-FE Tests616 ran485 passed131 skipped0 failed
TestResult
No test annotations available

1 similar comment
Copy link

TestsPassed ✅Skipped ⚠️Failed
TT-Forge-FE Tests616 ran485 passed131 skipped0 failed
TestResult
No test annotations available

Copy link

TestsPassed ✅Skipped ⚠️Failed
TT-Forge-FE Tests675 ran538 passed137 skipped0 failed
TestResult
No test annotations available

1 similar comment
Copy link

TestsPassed ✅Skipped ⚠️Failed
TT-Forge-FE Tests675 ran538 passed137 skipped0 failed
TestResult
No test annotations available

@ashokkumarkannan1 ashokkumarkannan1 merged commit 6b68496 into main Feb 27, 2025
10 checks passed
@ashokkumarkannan1 ashokkumarkannan1 deleted the akannan/upsample2d_op_support branch February 27, 2025 12:27
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.

2 participants