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

Fix asymmetrical padding issue in conv2d #1362

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

Conversation

ashokkumarkannan1
Copy link
Contributor

@ashokkumarkannan1 ashokkumarkannan1 commented Mar 4, 2025

Ticket

#682

Problem description

Padding_top must equal padding_bottom for the op to execute as expected

What's changed

Remove xfail statements related to this error in the test files
Updated the fuse_pad_conv2d pass: Added the condition to check asymmetric padding cases.

@ashokkumarkannan1 ashokkumarkannan1 force-pushed the akannan/conv2d_pad_issue branch from a8f1df8 to 4f636d2 Compare March 4, 2025 10:08
@ashokkumarkannan1 ashokkumarkannan1 force-pushed the akannan/conv2d_pad_issue branch from 4f636d2 to 3e4459b Compare March 4, 2025 10:25
@ashokkumarkannan1 ashokkumarkannan1 changed the title conv2d pad issue Fix asymmetrical padding issue in conv2d Mar 4, 2025
Copy link

github-actions bot commented Mar 4, 2025

TestsPassed ✅Skipped ⚠️Failed
TT-Forge-FE Tests624 ran486 passed138 skipped0 failed
TestResult
No test annotations available

Copy link

github-actions bot commented Mar 4, 2025

TestsPassed ✅Skipped ⚠️Failed
TT-Forge-FE Tests683 ran541 passed142 skipped0 failed
TestResult
No test annotations available

1 similar comment
Copy link

github-actions bot commented Mar 4, 2025

TestsPassed ✅Skipped ⚠️Failed
TT-Forge-FE Tests683 ran541 passed142 skipped0 failed
TestResult
No test annotations available

Copy link

github-actions bot commented Mar 4, 2025

TestsPassed ✅Skipped ⚠️Failed
TT-Forge-FE Tests624 ran486 passed138 skipped0 failed
TestResult
No test annotations available

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.

1 participant