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 conv1d support in BYOC TRT by converting conv1d to conv2d #9324

Merged
merged 1 commit into from Oct 20, 2021

Conversation

ziyu-guo
Copy link
Contributor

Currently BYOC TRT does not support conv1d due to no native conv1d in TRT. In this PR we added support for conv1d by converting it to conv2d, similar to torchtrt here.

Copy link
Contributor

@comaniac comaniac left a comment

Choose a reason for hiding this comment

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

LGTM

@ziyu-guo ziyu-guo force-pushed the add-conv1d-byoc-trt branch 4 times, most recently from 44742a9 to 3ee7d34 Compare October 19, 2021 19:10
ylc pushed a commit to ylc/tvm that referenced this pull request Jan 7, 2022
ylc pushed a commit to ylc/tvm that referenced this pull request Jan 13, 2022
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