File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments