Kh4L commented on a change in pull request #19742:
URL: https://github.com/apache/incubator-mxnet/pull/19742#discussion_r556311666
##########
File path: CMakeLists.txt
##########
@@ -237,6 +237,7 @@ endif()
if(USE_TENSORRT)
message(STATUS "Using TensorRT")
+ execute_process(COMMAND bash tools/dependencies/build_onnx_trt.sh)
Review comment:
Not sure if it's needed and why it was done like that (the original
author left NVIDIA), let me try with `add_subdirectory`.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]