We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ddf35b commit 2306a83Copy full SHA for 2306a83
.github/workflows/_Linux-DCU.yml
@@ -213,7 +213,7 @@ jobs:
213
WITH_RCCL: "ON"
214
WITH_AVX: "ON"
215
WITH_MKL: "ON"
216
- IF_DCU: "OFF"
+ IF_DCU: "ON"
217
WITH_TENSORRT: "OFF"
218
WITH_XPU: "OFF"
219
WITH_CINN: "ON"
.github/workflows/_Linux-NPU.yml
@@ -100,7 +100,7 @@ jobs:
100
FLAGS_use_stride_kernel: 0
101
FLAGS_allocator_strategy: naive_best_fit
102
FLAGS_npu_storage_format: 0
103
- TEST_IMPORTANT: "ON"
+ TEST_IMPORTANT: "OFF"
104
PADDLE_BRANCH: ${{ github.event.pull_request.base.ref }}
105
home_dir: ${{ github.workspace }}/../../../..
106
run: |
0 commit comments