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

[TRT] Add check to support split op with TRT 5.1.5+ #11154

Merged
merged 1 commit into from
May 2, 2022

Conversation

apivovarov
Copy link
Contributor

@apivovarov apivovarov commented Apr 27, 2022

SplitOpConverter uses nvinfer1::INetworkDefinition::addSlice which is not available before TRT 5.1.5
This PR adds a check to support split op with TRT 5.1.5+

Related PR: #7967

@apivovarov
Copy link
Contributor Author

@comaniac @ziyu-guo Can you have a look?

Copy link
Contributor

@ziyu-guo ziyu-guo left a comment

Choose a reason for hiding this comment

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

LGTM

@comaniac
Copy link
Contributor

LGTM. Please also update the document: https://tvm.apache.org/docs/how_to/deploy/tensorrt.html

@apivovarov
Copy link
Contributor Author

LGTM. Please also update the document: https://tvm.apache.org/docs/how_to/deploy/tensorrt.html

Done. Added conv1d op to Operator support table as well.

@apivovarov
Copy link
Contributor Author

@masahi @vinx13 @comaniac Can you merge it?

@comaniac comaniac merged commit 9284d32 into apache:main May 2, 2022
@comaniac
Copy link
Contributor

comaniac commented May 2, 2022

Thanks @apivovarov @ziyu-guo

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.

3 participants