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 the padding variations of conv op #3883

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

Conversation

sahas3
Copy link
Contributor

@sahas3 sahas3 commented Nov 19, 2024

ConvOp defined with padding = "same"/"valid" produces the padding variant of the op, such as conv2d.padding for 2d convolution. This PR adds these conv variations to torch-mlir registry and a decomposition of these ops to aten.convolution to be able to go through the different pass pipelines.

@sjarus
Copy link
Collaborator

sjarus commented Nov 21, 2024

Looks ok to me, will let @vivekkhandelwal1 do a final review and merge.

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