build paddle-gpu with -DCMAKE_BUILD_TYPE=Debug ERROR
Created by: XuanBaby
- 标题:请包含关键词“安装错误”/“编译错误”,例如“Mac编译错误”
- 版本、环境信息: 1)PaddlePaddle版本:1.8.1 2)CPU:intel 3)GPU:cuda10.1 cudnn 7.6.5 4)系统环境:centos 7.6.1810 注:您可以通过执行summary_env.py获取以上信息。
- 安装方式信息: 2)本地编译:cmake .. -DPYTHON_EXECUTABLE=~/build/python-3.6.8-build/bin/python3 -DPYTHON_INCLUDE_DIR=/public/home/xuanbaby/build/python-3.6.8-build/include -DPYTHON_LIBRARY=/public/home/xuanbaby/build/python-3.6.8-build/lib/ -DWITH_GPU=ON -DWITH_TESTING=ON -DCMAKE_BUILD_TYPE=Debug
[ 99%] Built target test_inference_word2vec
[ 99%] Built target op_function_generator
op_function_generator: /public/home/xuanbaby/Paddle-1.8.1/paddle/fluid/string/tinyformat/tinyformat.h:563: const char* paddle::string::tinyformat::detail::streamStateFromFormat(std::ostream&, bool&, int&, const char*, const paddle::string::tinyformat::detail::FormatArg*, int&, int): Assertion `0 && "tinyformat: Not enough conversion specifiers in format string"' failed.
[ 99%] Built target test_analyzer
Child aborted
make[2]: *** [paddle/fluid/pybind/CMakeFiles/op_function_cmd] Error 1
make[1]: *** [paddle/fluid/pybind/CMakeFiles/op_function_cmd.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....