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] Various fixes for TensorRT #125

Merged
merged 4 commits into from
Jul 14, 2020
Merged

Conversation

trevor-m
Copy link

  • Remove SimplifySliceLike pass because it doesn't improve performance and it wasn't updated to use new relay.strided_slice definition.
  • TRT's addPaddingNd is only in TRT 7, so compilation was broken for earlier TRT versions. Comment out use of this function since it is in unreachable block anyway.
  • Forgot to make nn.conv3d_transpose require TRT 6 in annotation.

@trevor-m trevor-m merged commit 459a2ed into neo-ai:dev Jul 14, 2020
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