forked from apache/tvm
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TRT] Various fixes for TensorRT (#125)
* Remove SimplifySliceLike due to errors and it doesn't improve perf * Comment out addPaddingNd since it is only available in TRT7 and causes compilation failure for TRT6. We don't use it anyway. * Require TRT 6 in annotation for conv3d_transpose * Remove unused block in conv3d_transpose
- Loading branch information
Trevor Morris
authored
Jul 14, 2020
1 parent
6f7875c
commit 459a2ed
Showing
2 changed files
with
6 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters