Skip to content

Commit 81f524d

Browse files
committed
[CI] support dcu with cinn
1 parent ead676b commit 81f524d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/_Linux-DCU.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ jobs:
213213
WITH_RCCL: "ON"
214214
WITH_AVX: "ON"
215215
WITH_MKL: "ON"
216-
IF_DCU: "OFF"
216+
IF_DCU: "ON"
217217
WITH_TENSORRT: "OFF"
218218
WITH_XPU: "OFF"
219219
WITH_CINN: "ON"
@@ -272,6 +272,7 @@ jobs:
272272
-e no_proxy \
273273
-e GITHUB_API_TOKEN \
274274
-e CI_name \
275+
-e WITH_CINN \
275276
-w /paddle --network host ${docker_image} /bin/bash
276277
277278
- name: Download build.tar.gz

.github/workflows/_Linux-NPU.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
FLAGS_use_stride_kernel: 0
101101
FLAGS_allocator_strategy: naive_best_fit
102102
FLAGS_npu_storage_format: 0
103-
TEST_IMPORTANT: "ON"
103+
TEST_IMPORTANT: "OFF"
104104
PADDLE_BRANCH: ${{ github.event.pull_request.base.ref }}
105105
home_dir: ${{ github.workspace }}/../../../..
106106
run: |

0 commit comments

Comments
 (0)