Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ZzSean committed Mar 10, 2022
1 parent 4329528 commit 1b24a8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions paddle/fluid/operators/unity_build_rule.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ register_unity_group(cc
lod_rank_table_op.cc
lod_reset_op.cc
lod_tensor_to_array_op.cc
log_softmax_op.cc
lookup_table_dequant_op.cc
lrn_op.cc
mkldnn/lrn_mkldnn_op.cc
Expand Down

1 comment on commit 1b24a8e

@paddle-bot-old
Copy link

@paddle-bot-old paddle-bot-old bot commented on 1b24a8e Mar 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🕵️ CI failures summary

🔍 PR: #38992 Commit ID: 1b24a8e contains failed CI.

🔹 Failed: PR-CI-ROCM-Compile

Unknown Failed
2022-03-10 13:40:37 + echo 'ipipe_log_param_Ccache_Hit_Rate: 99.80%'
2022-03-10 13:40:37 + '[' 2 '!=' 0 ']'
2022-03-10 13:40:37 + exit 7
2022-03-10 13:40:37 + EXCODE=7
2022-03-10 13:40:37 + export current_dir=/paddle
2022-03-10 13:40:37 + current_dir=/paddle
2022-03-10 13:40:37 + set +x
2022-03-10 13:40:37 + SOURCE=/paddle/build/coverage-diff
2022-03-10 13:40:37 + [[ -d /paddle/build/coverage-diff ]]
2022-03-10 13:40:37 + [[ -f /paddle/build/coverage-diff ]]
2022-03-10 13:40:37 + echo 'No such file or directory: /paddle/build/coverage-diff'
2022-03-10 13:40:37 + exit 0
2022-03-10 13:40:37 No such file or directory: /paddle/build/coverage-diff
2022-03-10 13:40:37 report uploaded
2022-03-10 13:40:37 ===================================================================
2022-03-10 13:40:37 c++-coverage
2022-03-10 13:40:37 https://xly.bce.baidu.com/ipipe/ipipe-report/report/12687429/c++-coverage/
2022-03-10 13:40:37 ===================================================================
2022-03-10 13:40:37 Sorry, build failed.

🔹 Failed: PR-CI-OP-benchmark

Unknown Failed
2022-03-10 14:25:45 [check_op_benchmark_result.py:86] [INFO] parameters:
2022-03-10 14:25:45 [check_op_benchmark_result.py:88] [INFO] x (Variable) - dtype: float32, shape: [512, 896, 4, 12]
2022-03-10 14:25:45 [check_op_benchmark_result.py:88] [INFO] axis (int): 1
2022-03-10 14:25:45 [check_op_benchmark_result.py:80] [INFO] ------ OP: log_softmax_0 (forward) ------
2022-03-10 14:25:45 [check_op_benchmark_result.py:82] [INFO] GPU time change: -37.42037% (develop: 0.0080376 -> PR: 0.0050299)
2022-03-10 14:25:45 [check_op_benchmark_result.py:84] [INFO] Total time change: 11.73158% (develop: 0.0272637 -> PR: 0.0304621)
2022-03-10 14:25:45 [check_op_benchmark_result.py:85] [INFO] backward: False
2022-03-10 14:25:45 [check_op_benchmark_result.py:86] [INFO] parameters:
2022-03-10 14:25:45 [check_op_benchmark_result.py:88] [INFO] x (Variable) - dtype: float32, shape: [16, 1000]
2022-03-10 14:25:45 [check_op_benchmark_result.py:88] [INFO] axis (int): -1
2022-03-10 14:25:45 [check_op_benchmark_result.py:153] [ERROR] Check speed result with case "log_softmax_4 (forward)" failed.
2022-03-10 14:25:45 [check_op_benchmark_result.py:153] [ERROR] Check speed result with case "log_softmax_5 (forward)" failed.
2022-03-10 14:25:45 [check_op_benchmark_result.py:153] [ERROR] Check speed result with case "softmax_7 (backward)" failed.
2022-03-10 14:25:45 [check_op_benchmark_result.py:153] [ERROR] Check speed result with case "log_softmax_3 (forward)" failed.
2022-03-10 14:25:45 [check_op_benchmark_result.py:153] [ERROR] Check speed result with case "log_softmax_3 (backward)" failed.
2022-03-10 14:25:45 [tools/ci_op_benchmark.sh:255] [INFO] run function check_CHANGE_OP_MAP
2022-03-10 14:25:45 [tools/ci_op_benchmark.sh:266] [INFO] See https://github.com/PaddlePaddle/Paddle/wiki/PR-CI-OP-benchmark-Manual for details.
2022-03-10 14:25:45 [tools/ci_op_benchmark.sh:267] [INFO] Or you can apply for one RD (Avin0323(Recommend), Xreki, luotao1) approval to pass this PR.
2022-03-10 14:25:45 {build code state=8}

Please sign in to comment.