-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
Module:OSS BuildBuilding issues: cmake, make, pip install, etc.Building issues: cmake, make, pip install, etc.
Description
I am trying to install TensorRT on a Ubuntu system, I have installed CUDA 10.1 installed from source as well as cuDNN 7.6.
This is the output I get when I use the command cmake .. -DTRT_LIB_DIR=$TRT_RELEASE/lib -DTRT_BIN_DIR=pwd/out
Building for TensorRT version: 5.1.5.0, library version: 5.1.5
CHECK for CUDA
-- Targeting TRT Platform: x86_64
-- CUDA version set to 10.1
-- cuDNN version set to 7.5
-- Protobuf version set to 3.0.0
-- Using libprotobuf /home/main/Downloads/TensorRT/build/third_party.protobuf/lib/libprotobuf.a
-- ========================= Importing and creating target nvinfer ==========================
-- Looking for library nvinfer
-- Library that was found nvinfer_LIB_PATH-NOTFOUND
-- ==========================================================================================
-- ========================= Importing and creating target nvuffparser ==========================
-- Looking for library nvparsers
-- Library that was found nvparsers_LIB_PATH-NOTFOUND
-- ==========================================================================================
-- Protobuf proto/trtcaffe.proto -> proto/trtcaffe.pb.cc proto/trtcaffe.pb.h
-- /home/main/Downloads/TensorRT/build/parsers/caffe
--
-- ******** Summary ********
-- CMake version : 3.15.2
-- CMake command : /usr/local/bin/cmake
-- System : Linux
-- C++ compiler : /usr/bin/g++
-- C++ compiler version : 7.4.0
-- CXX flags : -Wno-deprecated-declarations -DBUILD_SYSTEM=cmake_oss -Wall -Wnon-virtual-dtor
-- Build type : Release
-- Compile definitions : _PROTOBUF_INSTALL_DIR=/home/main/Downloads/TensorRT/build/third_party.protobuf;ONNX_NAMESPACE=onnx2trt_onnx
-- CMAKE_PREFIX_PATH :
-- CMAKE_INSTALL_PREFIX : /usr/local
-- CMAKE_MODULE_PATH :
--
-- ONNX version : 1.3.0
-- ONNX NAMESPACE : onnx2trt_onnx
-- ONNX_BUILD_TESTS : OFF
-- ONNX_BUILD_BENCHMARKS : OFF
-- ONNX_USE_LITE_PROTO : OFF
-- ONNXIFI_DUMMY_BACKEND : OFF
--
-- Protobuf compiler :
-- Protobuf includes :
-- Protobuf libraries :
-- BUILD_ONNX_PYTHON : OFF
-- GPU_ARCH is not defined. Generating CUDA code for default SMs.
-- Found TensorRT headers at /home/main/Downloads/TensorRT/include
-- Find TensorRT libs at TENSORRT_LIBRARY_INFER-NOTFOUND;TENSORRT_LIBRARY_INFER_PLUGIN-NOTFOUND
-- Could NOT find TENSORRT (missing: TENSORRT_LIBRARY)
ERRORCannot find TensorRT library.
-- Adding new sample: sample_char_rnn
-- - Parsers Used: none
-- - InferPlugin Used: OFF
-- - Licensing: opensource
-- Adding new sample: sample_fasterRCNN
-- - Parsers Used: caffe
-- - InferPlugin Used: ON
-- - Licensing: opensource
-- Adding new sample: sample_googlenet
-- - Parsers Used: caffe
-- - InferPlugin Used: OFF
-- - Licensing: opensource
-- Adding new sample: sample_int8
-- - Parsers Used: caffe
-- - InferPlugin Used: ON
-- - Licensing: opensource
-- Adding new sample: sample_int8_api
-- - Parsers Used: onnx
-- - InferPlugin Used: OFF
-- - Licensing: opensource
-- Adding new sample: sample_mlp
-- - Parsers Used: caffe
-- - InferPlugin Used: OFF
-- - Licensing: opensource
-- Adding new sample: sample_mnist
-- - Parsers Used: caffe
-- - InferPlugin Used: OFF
-- - Licensing: opensource
-- Adding new sample: sample_mnist_api
-- - Parsers Used: caffe
-- - InferPlugin Used: OFF
-- - Licensing: opensource
-- Adding new sample: sample_movielens
-- - Parsers Used: uff
-- - InferPlugin Used: OFF
-- - Licensing: opensource
-- Adding new sample: sample_onnx_mnist
-- - Parsers Used: onnx
-- - InferPlugin Used: OFF
-- - Licensing: opensource
-- Adding new sample: sample_plugin
-- - Parsers Used: caffe
-- - InferPlugin Used: ON
-- - Licensing: opensource
-- Adding new sample: sample_ssd
-- - Parsers Used: caffe
-- - InferPlugin Used: ON
-- - Licensing: opensource
-- Adding new sample: sample_uff_mnist
-- - Parsers Used: uff
-- - InferPlugin Used: OFF
-- - Licensing: opensource
-- Adding new sample: sample_uff_ssd
-- - Parsers Used: uff
-- - InferPlugin Used: ON
-- - Licensing: opensource
-- Adding new sample: trtexec
-- - Parsers Used: caffe;uff;onnx
-- - InferPlugin Used: ON
-- - Licensing: opensource
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
TENSORRT_LIBRARY_INFER
linked by target "nvonnxparser" in directory /home/main/Downloads/TensorRT/parsers/onnx
linked by target "nvonnxparser_plugin" in directory /home/main/Downloads/TensorRT/parsers/onnx
linked by target "nvonnxparser_runtime" in directory /home/main/Downloads/TensorRT/parsers/onnx
linked by target "nvonnxparser_static" in directory /home/main/Downloads/TensorRT/parsers/onnx
linked by target "nvonnxparser_runtime_static" in directory /home/main/Downloads/TensorRT/parsers/onnx
TENSORRT_LIBRARY_INFER_PLUGIN
linked by target "nvonnxparser" in directory /home/main/Downloads/TensorRT/parsers/onnx
linked by target "nvonnxparser_plugin" in directory /home/main/Downloads/TensorRT/parsers/onnx
linked by target "nvonnxparser_runtime" in directory /home/main/Downloads/TensorRT/parsers/onnx
linked by target "nvonnxparser_static" in directory /home/main/Downloads/TensorRT/parsers/onnx
linked by target "nvonnxparser_runtime_static" in directory /home/main/Downloads/TensorRT/parsers/onnx
-- Configuring incomplete, errors occurred!
See also "/home/main/Downloads/TensorRT/build/CMakeFiles/CMakeOutput.log".
See also "/home/main/Downloads/TensorRT/build/CMakeFiles/CMakeError.log".
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Module:OSS BuildBuilding issues: cmake, make, pip install, etc.Building issues: cmake, make, pip install, etc.