Skip to content

Commit 555d6e7

Browse files
authored
Merge branch 'develop' into k36
2 parents f35fb3c + e117880 commit 555d6e7

File tree

20 files changed

+143
-215
lines changed

20 files changed

+143
-215
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jobs:
3232
uses: ./.github/workflows/_GCU.yml
3333
needs: [Codestyle-Check]
3434

35+
Metax:
36+
name: Metax-GPU-X86
37+
uses: ./.github/workflows/_Metax-X86.yaml
38+
needs: [Codestyle-Check]
39+
3540
hpu:
3641
name: hpu
3742
uses: ./.github/workflows/_HPU.yml

.github/workflows/_910B-ARM.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
# Install python packages required for incremental coverage
133133
python -m pip install PyGithub
134134
export LD_PRELOAD=/lib/aarch64-linux-gnu/libgomp.so.1:$LD_PRELOAD
135-
135+
export PADDLE_VERSION=0.0.0
136136
bash backends/npu/tools/pr_ci_npu.sh'
137137
138138
- name: Terminate and delete the container

.github/workflows/_910B-X86.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
python -c "import paddle; print(paddle.version.commit)"
131131
# Install python packages required for incremental coverage
132132
python -m pip install PyGithub
133-
133+
export PADDLE_VERSION=0.0.0
134134
bash backends/npu/tools/pr_ci_npu.sh'
135135
136136
- name: Terminate and delete the container

.github/workflows/_HPU.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ jobs:
9696
fi
9797
mkdir -p /workspace/PaddleCustomDevice/backends/intel_hpu/build/
9898
export GC_KERNEL_PATH=/workspace/PaddleCustomDevice/backends/intel_hpu/build/libcustom_tpc_perf_lib.so:/usr/lib/habanalabs/libtpc_kernels.so
99+
export PADDLE_VERSION=0.0.0
99100
cd /workspace
100101
bash /workspace/PaddleCustomDevice/backends/intel_hpu/tools/pr_hpu_ci.sh'
101102

.github/workflows/_IXUCA.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ jobs:
116116
run: |
117117
docker exec -t ${{ env.container_name }} /bin/bash -c '
118118
cd /workspace/PaddleCustomDevice/backends/iluvatar_gpu
119+
export PADDLE_VERSION=0.0.0
119120
# build
120121
bash build_paddle.sh
121122
# Install

.github/workflows/_MLU.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
108108
python -c "import paddle; print(paddle.__version__)"
109109
python -c "import paddle; print(paddle.version.commit)"
110-
110+
export PADDLE_VERSION=0.0.0
111111
bash backends/mlu/tools/pr_ci_mlu.sh'
112112
113113
- name: Terminate and delete the container
File renamed without changes.

Paddle

Submodule Paddle updated 488 files

backends/iluvatar_gpu/build_paddle.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ else
3636
WITH_FLAGCX="OFF"
3737
fi
3838

39-
pushd ${CURRENT_DIR}/../../
40-
git submodule update --init --recursive --force
41-
popd
42-
echo "=== Submodule init successfully ==="
43-
4439
bash clean_paddle.sh
4540

4641
if ! git -C "$PADDLE_SOURCE_DIR" apply --reverse --check "$PATCH_FILE" > /dev/null 2>&1; then

0 commit comments

Comments
 (0)