File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -394,7 +394,7 @@ jobs:
394394 wget -O ${filename} ${diff_cov_result_json_url} || echo "Download cov json file failed, but continuing..."
395395 fi
396396 if [ -f "${filename}" ];then
397- echo "Failed test cases :"
397+ echo "GPU Patch Coverage Details :"
398398 if command -v jq >/dev/null 2>&1; then
399399 jq . "${filename}"
400400 else
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ jobs:
194194 if : ${{ needs.ce_job_pre_check.outputs.sm8090_match == 'true' }}
195195 uses : ./.github/workflows/_build_linux_rl.yml
196196 with :
197- DOCKER_IMAGE : iregistry.baidu-int.com/paddlepaddle/base-images:paddlecloud-ubuntu24.04-gcc13.3-cuda12.9-cudnn9.9-bccl1.4.1.4-nccl2.26.5-openmpi4.1.5-FleetY13.5.0H-rc9
197+ DOCKER_IMAGE : iregistry.baidu-int.com/paddlepaddle/base-images:paddlecloud-ubuntu24.04-gcc13.3-cuda12.9-cudnn9.9-bccl1.4.1.4-nccl2.26.5-openmpi4.1.5-FleetY13.4.1H-rc2
198198 FASTDEPLOY_ARCHIVE_URL : ${{ needs.clone.outputs.repo_archive_url }}
199199 COMPILE_ARCH : " 90"
200200 WITH_NIGHTLY_BUILD : OFF
Original file line number Diff line number Diff line change 3030 */site-packages/*/fastdeploy/model_executor/ops/gpu*
3131 */fastdeploy/benchmarks/lib/endpoint_request_func.py
3232 */fastdeploy/model_executor/graph_optimization/utils.py
33+ */fastdeploy/model_executor/layers/sample/ops/top_k_top_p_triton.py
3334 */fastdeploy/model_executor/ops/gpu/fastdeploy_ops.py
3435 */fastdeploy/model_executor/ops/gpu/fastdeploy_ops/__init__.py
3536 */fastdeploy/model_executor/ops/gpu/deep_gemm/utils.py
You can’t perform that action at this time.
0 commit comments