Skip to content

2301 fold pad into conv #2363

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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

Johansmm
Copy link
Contributor

@Johansmm Johansmm commented Jun 4, 2025

Fuses Pad nodes into the following nodes (Conv, ConvInteger)
(#2301)

@Johansmm Johansmm force-pushed the 2301-fold-pad-into-conv branch from 4b9b69b to 19b0418 Compare June 4, 2025 20:35
@Johansmm Johansmm requested a review from justinchuby June 4, 2025 22:09
Copy link

codecov bot commented Jun 4, 2025

Codecov Report

Attention: Patch coverage is 95.54795% with 13 lines in your changes missing coverage. Please review.

Project coverage is 69.59%. Comparing base (b7a7e14) to head (45958da).

Files with missing lines Patch % Lines
onnxscript/rewriter/fuse_pad_into_conv_test.py 94.44% 4 Missing and 4 partials ⚠️
onnxscript/rewriter/fuse_pad_into_conv.py 96.62% 3 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2363      +/-   ##
==========================================
+ Coverage   69.29%   69.59%   +0.29%     
==========================================
  Files         201      203       +2     
  Lines       25772    26064     +292     
  Branches     2688     2732      +44     
==========================================
+ Hits        17859    18138     +279     
- Misses       6988     6995       +7     
- Partials      925      931       +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Johansmm Johansmm force-pushed the 2301-fold-pad-into-conv branch from 19b0418 to 1604446 Compare June 24, 2025 18:14
@Johansmm
Copy link
Contributor Author

Push force rebasing on main and fixing conflicts.

@Johansmm Johansmm marked this pull request as draft June 24, 2025 19:48
@Johansmm Johansmm requested a review from justinchuby June 24, 2025 21:52
Copy link
Contributor Author

@Johansmm Johansmm left a comment

Choose a reason for hiding this comment

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

@justinchuby I forgot to explain in the previous message that the changes were not ready yet (just fixing rebase with main).
In the last commits I update the code with all the suggestions.
Now if this work is ready to be reviewed.

@Johansmm Johansmm marked this pull request as ready for review June 24, 2025 21:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

2 participants