Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
fpetrini15 committed Nov 18, 2024
1 parent 5b1bae8 commit 82ca1c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,6 @@ if(TRITON_ONNXRUNTIME_DOCKER_BUILD)
set(TRITON_BUILD_TENSORRT_HOME "/usr/local/cuda/targets/x86_64-linux/")
endif(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "aarch64")
endif(${RHEL_BUILD} AND "${TRITON_BUILD_TENSORRT_HOME}" STREQUAL "")
message(${TRITON_BUILD_TENSORRT_HOME})
if(NOT ${TRITON_BUILD_TARGET_PLATFORM} STREQUAL "")
set(_GEN_FLAGS ${_GEN_FLAGS} "--target-platform=${TRITON_BUILD_TARGET_PLATFORM}")
endif() # TRITON_BUILD_TARGET_PLATFORM
Expand Down

0 comments on commit 82ca1c6

Please sign in to comment.