Skip to content
Closed

Update #76160

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/_Distribute-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,10 @@ jobs:
WITH_TENSORRT: "OFF"
GENERATOR: "Ninja"
WITH_SHARED_PHI: "ON"
CUDA_ARCH_NAME: Ampere
CUDA_ARCH_NAME: Manual
CUDA_ARCH_BIN: "80 90"
WITH_CUDNN_FRONTEND: "ON"
WITH_FA_BUILD_WITH_CACHE: "ON"
FLAGS_enable_cudnn_frontend: 1
CACHE_DIR: /root/.cache/build
CCACHE_DIR: /root/.ccache/gpubox
Expand Down Expand Up @@ -114,6 +116,8 @@ jobs:
-e CUDA_ARCH_NAME \
-e WITH_CUDNN_FRONTEND \
-e FLAGS_enable_cudnn_frontend \
-e CUDA_ARCH_BIN \
-e WITH_FA_BUILD_WITH_CACHE \
-e no_proxy \
-w /paddle --network host ${docker_image}

Expand Down
Loading