Skip to content

Commit ef93b66

Browse files
committed
delete python source
1 parent 428f754 commit ef93b66

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+12
-16703
lines changed

CHANGELOG.md

Lines changed: 0 additions & 893 deletions
This file was deleted.

CMakeLists.txt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,7 @@ set(nvinfer_vc_plugin_lib_name "nvinfer_vc_plugin")
124124
set(nvonnxparser_lib_name "nvonnxparser")
125125

126126
find_library_create_target(nvinfer ${nvinfer_lib_name} SHARED ${TRT_LIB_DIR})
127-
128-
if (DEFINED USE_CUGFX)
129-
find_library(CUDART_LIB cugfx_dll HINTS ${CUDA_TOOLKIT_ROOT_DIR} PATH_SUFFIXES lib lib/x64 lib64)
130-
else()
131-
find_library(CUDART_LIB cudart_static HINTS ${CUDA_TOOLKIT_ROOT_DIR} PATH_SUFFIXES lib lib/x64 lib64)
132-
endif()
127+
find_library(CUDART_LIB cudart_static HINTS ${CUDA_TOOLKIT_ROOT_DIR} PATH_SUFFIXES lib lib/x64 lib64)
133128

134129
if (NOT MSVC)
135130
find_library(RT_LIB rt)

CONTRIBUTING.md

Lines changed: 0 additions & 141 deletions
This file was deleted.

0 commit comments

Comments
 (0)