Skip to content

Commit 7f620b8

Browse files
committed
[CI] support dcu with cinn
1 parent 8508819 commit 7f620b8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/_Linux-DCU.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
WITH_XPU: "OFF"
5757
WITH_TENSORRT: "OFF"
5858
WITH_COVERAGE: "OFF"
59+
WITH_CINN: "ON"
5960
COVERALLS_UPLOAD: "OFF"
6061
CMAKE_BUILD_TYPE: "Release"
6162
WITH_AVX: "ON"
@@ -96,6 +97,7 @@ jobs:
9697
-e WITH_XPU \
9798
-e WITH_TENSORRT \
9899
-e WITH_COVERAGE \
100+
-e WITH_CINN \
99101
-e COVERALLS_UPLOAD \
100102
-e CMAKE_BUILD_TYPE \
101103
-e WITH_MKL \
@@ -213,7 +215,7 @@ jobs:
213215
WITH_RCCL: "ON"
214216
WITH_AVX: "ON"
215217
WITH_MKL: "ON"
216-
IF_DCU: "OFF"
218+
IF_DCU: "ON"
217219
WITH_TENSORRT: "OFF"
218220
WITH_XPU: "OFF"
219221
WITH_CINN: "ON"

.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)