Skip to content

Commit

Permalink
Add link to TRT 10 Windows release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccorm4 committed Jun 14, 2024
1 parent 6ffe928 commit d454ddf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,8 @@ FOREACH(p ${TRITON_TENSORRT_LIB_PATHS})
set(TRITON_TENSORRT_LDFLAGS ${TRITON_TENSORRT_LDFLAGS} "-L${p}")
ENDFOREACH(p)

# FIXME: TRT 10 appears to have differently named libraries with "_10" suffix
# NOTE: TRT 10 for Windows added the version suffix to the library names. See the release notes:
# https://docs.nvidia.com/deeplearning/tensorrt/release-notes/index.html#tensorrt-10
find_library(NVINFER_LIBRARY NAMES nvinfer nvinfer_10)
find_library(NVINFER_PLUGIN_LIBRARY NAMES nvinfer_plugin nvinfer_plugin_10)
target_link_libraries(
Expand Down

0 comments on commit d454ddf

Please sign in to comment.