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

[Relay][TOPI] Add support for group_conv1d_transpose_ncw for generic #16248

Merged
merged 5 commits into from Dec 18, 2023

Conversation

jonghewk
Copy link
Contributor

@jonghewk jonghewk commented Dec 15, 2023

This PR adds support for group_conv1d_transpose_ncw generic.

Copy link
Contributor

@quic-sanirudh quic-sanirudh left a comment

Choose a reason for hiding this comment

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

There seems to be quite a bit of code overlap between this function and the conv1d_transpose_ncw (groups=1) version. Could we try and avoid the duplication by extracting relevant parts into a common function.

This is just a suggestion as I feel in general it's always good to avoid code duplication.

Copy link
Contributor

@quic-sanirudh quic-sanirudh left a comment

Choose a reason for hiding this comment

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

LGTM, Thanks for the changes

@quic-sanirudh quic-sanirudh merged commit 3df798d into apache:main Dec 18, 2023
18 checks passed
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.

None yet

3 participants