I was hoping to run this on a 1080ti to get benchmarks, however being new to TensoRT and these platforms, I'm having a bit of trouble with making the directory.
My main issue is that "make .." returns an error of
/usr/bin/ld: cannot find -lnvinfer
/usr/bin/ld: cannot find -lnvparsers
However, I did install CUDA, TensorRT
which tensorrt: /usr/local/bin/tensorrt
In my Cmake File I also added:
include_directories(/home/mikeliao/Downloads/TensorRT-3.0.4/include)
link_directories(/home/mikeliao/Downloads/TensorRT-3.0.4/include)
and commented out #add_subdirectory(examples)
Any help is appreciated, thank you for your hard work.
Hey, thanks for making this repo.
I was hoping to run this on a 1080ti to get benchmarks, however being new to TensoRT and these platforms, I'm having a bit of trouble with making the directory.
My main issue is that "make .." returns an error of /usr/bin/ld: cannot find -lnvinfer /usr/bin/ld: cannot find -lnvparsers
However, I did install CUDA, TensorRT which tensorrt: /usr/local/bin/tensorrt
In my Cmake File I also added: include_directories(/home/mikeliao/Downloads/TensorRT-3.0.4/include) link_directories(/home/mikeliao/Downloads/TensorRT-3.0.4/include) and commented out #add_subdirectory(examples)
Any help is appreciated, thank you for your hard work.