We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b1bae8 commit 82ca1c6Copy full SHA for 82ca1c6
CMakeLists.txt
@@ -340,7 +340,6 @@ if(TRITON_ONNXRUNTIME_DOCKER_BUILD)
340
set(TRITON_BUILD_TENSORRT_HOME "/usr/local/cuda/targets/x86_64-linux/")
341
endif(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "aarch64")
342
endif(${RHEL_BUILD} AND "${TRITON_BUILD_TENSORRT_HOME}" STREQUAL "")
343
- message(${TRITON_BUILD_TENSORRT_HOME})
344
if(NOT ${TRITON_BUILD_TARGET_PLATFORM} STREQUAL "")
345
set(_GEN_FLAGS ${_GEN_FLAGS} "--target-platform=${TRITON_BUILD_TARGET_PLATFORM}")
346
endif() # TRITON_BUILD_TARGET_PLATFORM
0 commit comments