Skip to content
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

paddle什么时候支持rv1106的芯片 #10480

Open
sajdlkasj opened this issue Mar 27, 2024 · 4 comments
Open

paddle什么时候支持rv1106的芯片 #10480

sajdlkasj opened this issue Mar 27, 2024 · 4 comments
Assignees

Comments

@sajdlkasj
Copy link

交叉编译Paddle Lite报错Could NOT find OpenMP_C (missing: OpenMP_C_FLAGS OpenMP_C_LIB_NAMES)

@csy0225
Copy link
Collaborator

csy0225 commented Mar 28, 2024

一般来说可以先尝试下载官方提供的预编译库,下载地址在 https://github.com/PaddlePaddle/Paddle-Lite/releases/tag/v2.13-rc,,您的报错看着应该是环境配置问题, 如果尝试自己编译,可以参考 https://www.paddlepaddle.org.cn/lite/v2.12/source_compile/linux_x86_compile_arm_linux.html#huanjinganzhuangmingling 进行交叉编译环境配置。

@csy0225
Copy link
Collaborator

csy0225 commented Mar 29, 2024

这个编译时,如果还有这个问题,也可以尝试关掉 OpenMP 选项

@sajdlkasj
Copy link
Author

sajdlkasj commented Mar 29, 2024 via email

@hong19860320
Copy link
Collaborator

这里将 ON 改成 OFF

lite_option(LITE_WITH_OPENMP "Enable OpenMP in lite framework" ON)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants