trevor-m commented on a change in pull request #6395:
URL: https://github.com/apache/incubator-tvm/pull/6395#discussion_r492407348
##########
File path: CMakeLists.txt
##########
@@ -76,6 +76,8 @@ tvm_option(USE_COREML "Build with coreml support" OFF)
tvm_option(USE_TARGET_ONNX "Build with ONNX Codegen support" OFF)
tvm_option(USE_ARM_COMPUTE_LIB "Build with Arm Compute Library" OFF)
tvm_option(USE_ARM_COMPUTE_LIB_GRAPH_RUNTIME "Build with Arm Compute Library
graph runtime" OFF)
+tvm_option(USE_TENSORRT "Build with TensorRT" OFF)
Review comment:
Thanks for the review Cody!
You're right, the names aren't really that clear here. Originally, I had
them as `USE_TENSORRT_CODEGEN` for codegen only and `USE_TENSORRT` for both
codegen and runtime. I changed them to match the ACL definitions.
----------------------------------------------------------------
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]