Environment Requirements
This document uses openEuler 24.03 LTS SP3 + PaddlePaddle v3.3.1 source code + Python 3.11.6 + CUDA 13.0 as an example to describe the source code build verification environment. In addition, this section describes other environments supported by source code build verification.
Supported Versions
OS |
Python |
PaddlePaddle |
|---|---|---|
openEuler 24.03 LTS SP3 |
Python 3.11.6 |
Build a GPU wheel using the PaddlePaddle 3.3.x source code. Example output: cp311-cp311-linux_aarch64 wheel. |
openEuler 22.03 LTS SP4 |
Python 3.9.9 |
Build PaddlePaddle 3.3.x GPU wheel from source in the target environment to match Python 3.9 or Glibc 2.34. |
Dependent Component Requirements
Component |
Version |
|---|---|
GPU |
NVIDIA A100, Compute Capability 8.0 |
NVIDIA Driver |
580.159.04 |
GCC/G++ |
12.3.1 |
Glibc |
2.38 |
CMake |
3.27.9 |
Ninja |
1.13.0 |
python3 |
3.11.6-20.oe2403sp3 |
CUDA Toolkit |
13.0 |
PaddlePaddle source code |
v3.3.1, commit 7688495538f4 |
PaddlePaddle wheel |
paddlepaddle_gpu-3.3.0.dev20260319-cp311-cp311-linux_aarch64.whl |