预测库是下载gpu预测库(cuda10.1,cudnn7.6)
使用cmd编译:cmake .. -G "Visual Studio 16 2019" -A x64 -T host=x64 -DWITH_GPU=ON -DWITH_MKL=ON -DWITH_STATIC_LIB=ON ^
-DCMAKE_BUILD_TYPE=Release -DDEMO_NAME=simple_on_word2vec -DPADDLE_LIB=C:\Users\admin\Desktop\paddle_inference -DMSVC_STATIC_CRT=ON -DCUDA_LIB=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.1\lib\x64
在编译demo部分选择使用脚本编译运行,官方使用的时vs2017,我使用的vs2019出现这样的问题:
3条答案
按热度按时间apeeds0o1#
您好,我们已经收到了您的问题,会安排技术人员尽快解答您的问题,请耐心等待。请您再次检查是否提供了清晰的问题描述、复现代码、环境&版本、报错信息等。同时,您也可以通过查看官网API文档、常见问题、历史Issue、AI社区来寻求解答。祝您生活愉快~
Hi! We've received your issue and please be patient to get responded. We will arrange technicians to answer your questions as soon as possible. Please make sure that you have posted enough message to demo your request. You may also check out the API,FAQ,Github Issue and AI community to get the answer.Have a nice day!
8yoxcaq72#
https://www.paddlepaddle.org.cn/documentation/docs/zh/2.0/guides/05_inference_deployment/inference/windows_cpp_inference.html
eqqqjvef3#
按着提示使用对应版本的编译器