-
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
power 9 install paddle error. #70825
Comments
在cmake,make增加参数报错。 (paddle-venv) root@gputest21:/paddle/Paddle/build# cmake .. -DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/python3 -DPYTHON_INCLUDE_DIR:PATH=/usr/include/python3.10 -DPYTHON_LIBRARY:FILEPATH=/usr/lib/powerpc64le-linux-gnu -DWITH_GPU=ON -DNO_WARN_X86_INTRINSICS CMake Error: Run 'cmake --help' for all supported options. (paddle-venv) root@gputest21:/paddle/Paddle/build# make -j$(nproc) -DNO_WARN_X86_INTRINSICS This program built for powerpc64le-unknown-linux-gnu (paddle-venv) root@gputest21:/paddle/Paddle/build# cmake .. -DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/python3 -DPYTHON_INCLUDE_DIR:PATH=/usr/include/python3.10 -DPYTHON_LIBRARY:FILEPATH=/usr/lib/powerpc64le-linux-gnu -DWITH_GPU=ON -DNO_WARN_X86_INTRINSICS 不增加参数有时候可以跑到这里报错 In file included from /paddle/Paddle/build/third_party/cryptopp/src/extern_cryptopp/modes.h:14, |
编译安装不成功的话,可以试下通过官网pip install的方式安装下呢?https://www.paddlepaddle.org.cn/ |
如果pip install安装解决不了您的问题,源码安装先参考这个文档试一下,https://www.paddlepaddle.org.cn/documentation/docs/zh/develop/install/compile/linux-compile-by-ninja.html#anchor-0 |
问题描述 Issue Description
版本&环境信息 Version & Environment Information
Paddle version: N/A
Paddle With CUDA: N/A
OS: ubuntu 22.04
GCC version: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Clang version: N/A
CMake version: version 3.22.1
Libc version: glibc 2.35
Python version: 3.10.12
CUDA version: 12.4.131
Build cuda_12.4.r12.4/compiler.34097967_0
cuDNN version: N/A
Nvidia driver version: 550.54.15
Nvidia driver List:
GPU 0: Tesla V100-SXM2-16GB
GPU 1: Tesla V100-SXM2-16GB
The text was updated successfully, but these errors were encountered: