-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
【黄埔学院】windows下编译paddle1.8.4+trt的推理库遇到tensorrt的问题 #26335
Comments
RayCAS2017
changed the title
【黄埔学院】windows下编译paddle1.8.4+trt的推理库遇到tensor的问题
【黄埔学院】windows下编译paddle1.8.4+trt的推理库遇到tensorrt的问题
Aug 16, 2020
你好,建议使用tensorrt 6.0试一下 |
你能编译过去? |
我这边,一直在下载库,下载不了,就编译报错。 |
@cryoco , tensorrt.h#L38 回傳為的型別是 這和我們之前在群上討論的 #26283 是類似的問題,按Paddle v1.8的寫法會有問題,因不是所有函式的回傳型別都是指針,例如 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
版本、环境信息:
1)PaddlePaddle版本:v1.8.4
2)GPU,1060,CUDA10.0和CUDNN7.6
4)系统环境:win10家庭版, vs 2015
安装方式信息:
1)本地编译:请提供cmake命令,
cmake .. -G "Visual Studio 14 2015 Win64" -DCMAKE_BUILD_TYPE=Release -DWITH_GPU=ON -DWITH_TESTING=OFF -DON_INFER=ON -DWITH_PYTHON=ON -DWITH_MKL=OFF -DWITH_MKLDNN=OFF -DCUDA_ARCH_NAME=All -DPYTHON_EXECUTABLE=C:\Users\ray\.conda\envs\paddle1.8\python.exe -DCUDA_TOOLKIT_ROOT_DIR="C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.0" -DTENSORRT_ROOT="E:\workstation\ProjectLocal\TensorRT-7.0.0.11" -DTENSORRT_INCLUDE_DIR="E:\workstation\ProjectLocal\TensorRT-7.0.0.11\include" -DTENSORRT_LIBRARY_DIR="E:\workstation\ProjectLocal\TensorRT-7.0.0.11\lib" -DFLUID_INFERENCE_INSTALL_DIR="E:\workstation\ProjectLocal\Paddle2\infer_lib"
问题描述:
编译paddle1.8.4的C++预测库时,遇到tensorrt的问题
The text was updated successfully, but these errors were encountered: