编译Paddle 出现缺少novax警告
收藏
-- WARNING: This is just a warning for publishing release.
You are building AVX version without NOAVX core.
So the wheel package may fail on NOAVX machine.
You can add -DFLUID_CORE_NAME=/path/to/your/core_noavx.* in cmake command
to get a full wheel package to resolve this warning.
While, this version will still work on local machine.
-- Configuring incomplete, errors occurred!
0
收藏
请登录后评论
建议提供编译环境信息与Paddle版本。
Paddle版本 2.1 ,windows10 ,cuda 11.0 cudnn 8.10,tensort 7.2.1.6 ,8700KCPU vs2019 碰到同样的问题 cmake
我编译库的时候遇到一样的问题。
Performing Eager Dygraph Auto Code Generation
Final State Eager CodeGen
Generate dygraph file structure at path: /mnt/e/03.source.code/Paddle/paddle/fluid/eager/generated
WITH_DLNNE:
-- MESSAGE: This is just a message for publishing release.
You are building AVX version without NOAVX core.
So the wheel package may fail on NOAVX machine.
You can add -DNOAVX_CORE_FILE=/path/to/your/core_noavx.* in cmake command
to get a full wheel package to resolve this warning.
While, this version will still work on local machine.
CMake Error at CMakeLists.txt:475 (list):
list does not recognize sub-command JOIN