You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/04/27 20:01:10 UTC

[GitHub] [tvm] apivovarov commented on a diff in pull request #7967: [BYOC][TensorRT] Fixes for explicit batch mode, Support reduce to scalar, Support split op

apivovarov commented on code in PR #7967:
URL: https://github.com/apache/tvm/pull/7967#discussion_r860197603


##########
src/runtime/contrib/tensorrt/tensorrt_ops.cc:
##########
@@ -723,6 +723,53 @@ class ConcatOpConverter : public TensorRTOpConverter {
   }
 };
 
+class SplitOpConverter : public TensorRTOpConverter {

Review Comment:
   We should add `#if TRT_VERSION_GE(5, 1, 5)` before it because the code uses `params->network->addSlice`.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org