File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 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"
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"
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