Skip to content

Commit

Permalink
merge latest Tensor lib
Browse files Browse the repository at this point in the history
  • Loading branch information
JiabinYang committed Oct 25, 2021
1 parent 62839d8 commit 92946fb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions paddle/fluid/eager/eager_tensor.h
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,9 @@ class EagerTensor final {
}

/** Part 9: Get framework::Variable from EagerTensor **/
const paddle::framework::Variable& Var() const { return var_->Var(); }
const paddle::framework::Variable& Var() const { return var_; }

paddle::framework::Variable* MutableVar() { return var_->MutableVar(); }
paddle::framework::Variable* MutableVar() { return &var_; }

private:
std::shared_ptr<paddle::experimental::Tensor> tensor_ = nullptr;
Expand Down
2 changes: 2 additions & 0 deletions paddle/fluid/eager/tests/benchmark/benchmark_utils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ void benchmark_eager_intermediate_matmul_accuracy_check(
for (size_t i = 0; i < max_num_runs; i++) {
input_tensor0 = matmul_v2_dygraph_function(
input_tensor0, Y, false /*trans_x*/, false /*trans_y*/,
{} /**fused_reshape_Out**/, {} /**fused_transpose_Out**/,
false /*use_mkldnn*/, "float32" /*mkldnn_data_type*/, 0 /*op_role*/,
{} /*op_role_var*/, "" /*op_namescope*/, {} /*op_callstack*/,
"" /*op_device*/, false /*with_quant_attr*/, true /*trace_backward*/);
Expand Down Expand Up @@ -120,6 +121,7 @@ void benchmark_eager_intermediate_matmul(const egr::EagerTensor& X,
for (size_t i = 0; i < max_num_benchmark_runs; i++) {
input_tensor0 = matmul_v2_dygraph_function(
input_tensor0, Y, false /*trans_x*/, false /*trans_y*/,
{} /**fused_reshape_Out**/, {} /**fused_transpose_Out**/,
false /*use_mkldnn*/, "float32" /*mkldnn_data_type*/, 0 /*op_role*/,
{} /*op_role_var*/, "" /*op_namescope*/, {} /*op_callstack*/,
"" /*op_device*/, false /*with_quant_attr*/, true /*trace_backward*/);
Expand Down
3 changes: 2 additions & 1 deletion paddle/fluid/eager/tests/generated_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ TEST(Generated, Matmul_v2) {
RetainGradForTensor(Y);

auto output_tensor = matmul_v2_dygraph_function(
X, Y, false /*trans_x*/, false /*trans_y*/, false /*use_mkldnn*/,
X, Y, false /*trans_x*/, false /*trans_y*/, {} /**fused_reshape_Out**/,
{} /**fused_transpose_Out**/, false /*use_mkldnn*/,
"float32" /*mkldnn_data_type*/, 0 /*op_role*/, {} /*op_role_var*/,
"" /*op_namescope*/, {} /*op_callstack*/, "" /*op_device*/,
false /*with_quant_attr*/, true /*trace_backward*/);
Expand Down

1 comment on commit 92946fb

@paddle-bot-old
Copy link

@paddle-bot-old paddle-bot-old bot commented on 92946fb Oct 25, 2021

Choose a reason for hiding this comment

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

🕵️ CI failures summary

🔍 PR: #36518 Commit ID: 92946fb contains failed CI.

🔹 Failed: PR-CI-APPROVAL

approve_failed
2021-10-25 19:28:45 PADDLE_ENFORCE_EQ(meta.IsInitialized(), false, + "Bwd_in_meta should only be init once.");
2021-10-25 19:28:45 PADDLE_ENFORCE_LE(slot_rank, (bwd_in_meta_.size() - 1), + "Slot Rank should less equal than bwd_in_meta_ size.");
2021-10-25 19:28:45 PADDLE_ENFORCE_EQ(meta.IsInitialized(), false, + "Bwd_in_meta should only be init once.");
2021-10-25 19:28:45 PADDLE_ENFORCE_LE(slot_rank, (bwd_out_meta_.size() - 1), + "Slot Rank should less equal than bwd_out_meta_ size.");
2021-10-25 19:28:45 PADDLE_ENFORCE_EQ(meta.IsInitialized(), false, + "Bwd_out_meta should only be init once.");
2021-10-25 19:28:45 PADDLE_ENFORCE_LE((slot_rank + 1), bwd_out_meta_.size(), + "Slot Rank should less equal than bwd_out_meta_ size.");
2021-10-25 19:28:45 PADDLE_ENFORCE_EQ(meta.IsInitialized(), false, + "Bwd_out_meta should only be init once.");
2021-10-25 19:28:45 PADDLE_ENFORCE_EQ(type, framework::proto::VarType::LOD_TENSOR, + "We can only support LOD_TENSOR with pten::Tensor");
2021-10-25 19:28:45 PADDLE_ENFORCE_NOT_NULL( + EagerUtils::unsafe_autograd_meta(tensor), + "Full reserved Tensor should not have null autograd meta");
2021-10-25 19:28:45 9. You must have one RD (Avin0323(Recommend) or zhouwei25 or wanghuancoder or luotao1) approval for modifying unity_build_rule.cmake which the rules of Unity Build.
2021-10-25 19:28:45 There are 10 approved errors.
2021-10-25 19:28:45 ****************
2021-10-25 19:28:45 + EXCODE=6
2021-10-25 19:28:45 + echo 'EXCODE: 6'
2021-10-25 19:28:45 EXCODE: 6
2021-10-25 19:28:45 + echo 'ipipe_log_param_EXCODE: 6'
2021-10-25 19:28:45 ipipe_log_param_EXCODE: 6
2021-10-25 19:28:45 + exit 6

🔹 Failed: PR-CI-Py3

Unknown Failed
2021-10-25 19:38:40 + rate=81.14
2021-10-25 19:38:40 + echo 'ccache hit rate: 81.14%'
2021-10-25 19:38:40 ccache hit rate: 81.14%
2021-10-25 19:38:40 + echo 'ipipe_log_param_Ccache_Hit_Rate: 81.14%'
2021-10-25 19:38:40 + '[' 2 '!=' 0 ']'
2021-10-25 19:38:40 + exit 7
2021-10-25 19:38:40 + EXCODE=7
2021-10-25 19:38:40 + '[' 7 -eq 0 ']'
2021-10-25 19:38:40 + [[ 7 -eq 0 ]]
2021-10-25 19:38:40 + [[ 7 -eq 4 ]]
2021-10-25 19:38:40 + [[ 7 -eq 5 ]]
2021-10-25 19:38:40 + [[ 7 -eq 6 ]]
2021-10-25 19:38:40 + [[ 7 -eq 7 ]]
2021-10-25 19:38:40 + echo 'Sorry, build failed.'
2021-10-25 19:38:40 Sorry, build failed.
2021-10-25 19:38:40 + set -x
2021-10-25 19:38:40 + exit 7
2021-10-25 19:38:40 {build code state=7}
2021-10-25 19:38:50 kill agent BUILD_CODE_FAIL

🔹 Failed: PR-CI-musl

Unknown Failed
2021-10-25 19:47:05 [ 50%] Linking CXX static library libmargin_rank_loss_op.a
2021-10-25 19:47:05 [ 50%] Built target margin_rank_loss_op
2021-10-25 19:47:06 [ 50%] Linking CXX static library libeager_deletion_pass.a
2021-10-25 19:47:06 [ 50%] Built target eager_deletion_pass
2021-10-25 19:47:06 [ 50%] Linking CXX static library libsegment_pool_op.a
2021-10-25 19:47:06 [ 50%] Built target segment_pool_op
2021-10-25 19:47:08 [ 51%] Linking CXX static library libpartial_concat_op.a
2021-10-25 19:47:08 [ 51%] Built target partial_concat_op
2021-10-25 19:47:10 [ 51%] Linking CXX static library libpool_op.a
2021-10-25 19:47:11 [ 51%] Built target pool_op
2021-10-25 19:47:11 [ 51%] Linking CXX static library libpad_op.a
2021-10-25 19:47:11 [ 51%] Built target pad_op
2021-10-25 19:47:14 [ 51%] Linking CXX static library libmatmul_v2_op.a
2021-10-25 19:47:14 [ 51%] Built target matmul_v2_op
2021-10-25 19:47:15 [ 51%] Linking CXX static library libp_norm_op.a
2021-10-25 19:47:15 [ 51%] Built target p_norm_op
2021-10-25 19:49:08 [ 51%] Linking CXX static library libmatrix_rank_op.a
2021-10-25 19:49:08 [ 51%] Built target matrix_rank_op
2021-10-25 19:49:08 make: *** [Makefile:130: all] Error 2

🔹 Failed: PR-CI-Kunlun

Unknown Failed
2021-10-25 19:58:42 [ 29%] Linking CXX static library libfrobenius_norm_op.a
2021-10-25 19:58:42 [ 29%] Built target frobenius_norm_op
2021-10-25 19:58:54 [ 29%] Linking CXX static library libreduce_prod_op.a
2021-10-25 19:58:54 [ 29%] Built target reduce_prod_op
2021-10-25 19:59:07 [ 29%] Linking CXX static library libreduce_sum_op.a
2021-10-25 19:59:08 [ 29%] Built target reduce_sum_op
2021-10-25 19:59:08 Makefile:140: recipe for target 'all' failed
2021-10-25 19:59:08 make: *** [all] Error 2
2021-10-25 19:59:08 + build_error=2
2021-10-25 19:59:08 + collect_ccache_hits
2021-10-25 19:59:08 ++ ccache -s
2021-10-25 19:59:08 ++ grep 'cache hit rate'
2021-10-25 19:59:08 ++ awk '{print $4}'
2021-10-25 19:59:08 + rate=0.00
2021-10-25 19:59:08 + echo 'ccache hit rate: 0.00%'
2021-10-25 19:59:08 ccache hit rate: 0.00%
2021-10-25 19:59:08 + echo 'ipipe_log_param_Ccache_Hit_Rate: 0.00%'
2021-10-25 19:59:08 + '[' 2 '!=' 0 ']'
2021-10-25 19:59:08 + exit 7

🔹 Failed: PR-CI-Build

Unknown Failed
2021-10-25 20:00:27 make: *** [all] Error 2
2021-10-25 20:00:27 + build_error=2
2021-10-25 20:00:27 + collect_ccache_hits
2021-10-25 20:00:27 ++ ccache -s
2021-10-25 20:00:27 ++ grep 'cache hit rate'
2021-10-25 20:00:27 ++ awk '{print $4}'
2021-10-25 20:00:28 + rate=98.54
2021-10-25 20:00:28 + echo 'ccache hit rate: 98.54%'
2021-10-25 20:00:28 ccache hit rate: 98.54%
2021-10-25 20:00:28 + echo 'ipipe_log_param_Ccache_Hit_Rate: 98.54%'
2021-10-25 20:00:28 + '[' 2 '!=' 0 ']'
2021-10-25 20:00:28 + exit 7
2021-10-25 20:00:28 + EXCODE=7
2021-10-25 20:00:28 + '[' 7 -eq 0 ']'
2021-10-25 20:00:28 + set +x
2021-10-25 20:00:28 Sorry, build failed.
2021-10-25 20:00:28 + exit 7
2021-10-25 20:00:28 {build code state=7}
2021-10-25 20:00:38 kill agent BUILD_CODE_FAIL

🔹 Failed: PR-CI-Windows

build_failed
2021-10-25 20:03:41 [188/1468] Building CXX object paddle\fluid\framework\CMakeFiles\var_type_traits.dir\var_type_traits.cc.obj
2021-10-25 20:03:41 Unknown compiler version - please run the configure tests and report the results
2021-10-25 20:03:41 [189/1468] Building CXX object paddle\fluid\framework\CMakeFiles\lod_tensor_test.dir\lod_tensor_test.cc.obj
2021-10-25 20:03:41 Unknown compiler version - please run the configure tests and report the results
2021-10-25 20:03:41 [190/1468] Building CXX object paddle\fluid\framework\CMakeFiles\tensor_test.dir\tensor_test.cc.obj
2021-10-25 20:03:41 Unknown compiler version - please run the configure tests and report the results
2021-10-25 20:03:41 [191/1468] Building CXX object paddle\fluid\framework\CMakeFiles\var_type_traits_test.dir\var_type_traits_test.cc.obj
2021-10-25 20:03:41 Unknown compiler version - please run the configure tests and report the results
2021-10-25 20:03:41 ninja: build stopped: subcommand failed.
2021-10-25 20:03:41 7
2021-10-25 20:03:41 Build Paddle failed, will exit
2021-10-25 20:03:42 EXCODE: 7

🔹 Failed: PR-CI-ROCM-Compile

Unknown Failed
2021-10-25 20:05:06 + echo 'ipipe_log_param_Ccache_Hit_Rate: 32.98%'
2021-10-25 20:05:06 + '[' 2 '!=' 0 ']'
2021-10-25 20:05:06 + exit 7
2021-10-25 20:05:06 + EXCODE=7
2021-10-25 20:05:06 + export current_dir=/paddle
2021-10-25 20:05:06 + current_dir=/paddle
2021-10-25 20:05:06 + set +x
2021-10-25 20:05:06 + SOURCE=/paddle/build/coverage-diff
2021-10-25 20:05:06 + [[ -d /paddle/build/coverage-diff ]]
2021-10-25 20:05:06 + [[ -f /paddle/build/coverage-diff ]]
2021-10-25 20:05:06 + echo 'No such file or directory: /paddle/build/coverage-diff'
2021-10-25 20:05:06 + exit 0
2021-10-25 20:05:06 No such file or directory: /paddle/build/coverage-diff
2021-10-25 20:05:06 report uploaded
2021-10-25 20:05:06 ===================================================================
2021-10-25 20:05:06 c++-coverage
2021-10-25 20:05:06 https://xly.bce.baidu.com/ipipe/ipipe-report/report/8635320/c++-coverage/
2021-10-25 20:05:06 ===================================================================
2021-10-25 20:05:06 Sorry, build failed.

🔹 Failed: PR-CE-Framework

Unknown Failed
2021-10-25 20:05:27 make: *** [all] Error 2
2021-10-25 20:05:27 + build_error=2
2021-10-25 20:05:27 + collect_ccache_hits
2021-10-25 20:05:27 ++ ccache -s
2021-10-25 20:05:27 ++ grep 'cache hit rate'
2021-10-25 20:05:27 ++ awk '{print $4}'
2021-10-25 20:05:27 + rate=94.05
2021-10-25 20:05:27 + echo 'ccache hit rate: 94.05%'
2021-10-25 20:05:27 ccache hit rate: 94.05%
2021-10-25 20:05:27 + echo 'ipipe_log_param_Ccache_Hit_Rate: 94.05%'
2021-10-25 20:05:27 + '[' 2 '!=' 0 ']'
2021-10-25 20:05:27 + exit 7
2021-10-25 20:05:27 + EXCODE=7
2021-10-25 20:05:27 + '[' 7 -eq 0 ']'
2021-10-25 20:05:27 + set +x
2021-10-25 20:05:27 Sorry, build failed.
2021-10-25 20:05:27 + exit 7
2021-10-25 20:05:27 {build code state=7}
2021-10-25 20:05:37 kill agent BUILD_CODE_FAIL

🔹 Failed: PR-CI-Inference

Unknown Failed
2021-10-25 20:05:57 ++ awk '{print $4}'
2021-10-25 20:05:57 + rate=6.05
2021-10-25 20:05:57 + echo 'ccache hit rate: 6.05%'
2021-10-25 20:05:57 ccache hit rate: 6.05%
2021-10-25 20:05:57 + echo 'ipipe_log_param_Ccache_Hit_Rate: 6.05%'
2021-10-25 20:05:57 + '[' 2 '!=' 0 ']'
2021-10-25 20:05:57 + exit 7
2021-10-25 20:05:57 + EXCODE=7
2021-10-25 20:05:57 + '[' 7 -eq 0 ']'
2021-10-25 20:05:57 + [[ 7 -eq 0 ]]
2021-10-25 20:05:57 + [[ 7 -eq 4 ]]
2021-10-25 20:05:57 + [[ 7 -eq 5 ]]
2021-10-25 20:05:57 + [[ 7 -eq 6 ]]
2021-10-25 20:05:57 + [[ 7 -eq 7 ]]
2021-10-25 20:05:57 + echo 'Sorry, build failed.'
2021-10-25 20:05:57 Sorry, build failed.
2021-10-25 20:05:57 + set -x
2021-10-25 20:05:57 + exit 7
2021-10-25 20:05:57 {build code state=7}

🔹 Failed: PR-CI-Coverage

Unknown Failed
2021-10-25 20:16:13 make: *** [all] Error 2
2021-10-25 20:16:13 + build_error=2
2021-10-25 20:16:13 + collect_ccache_hits
2021-10-25 20:16:13 ++ ccache -s
2021-10-25 20:16:13 ++ grep 'cache hit rate'
2021-10-25 20:16:13 ++ awk '{print $4}'
2021-10-25 20:16:13 + rate=99.32
2021-10-25 20:16:13 + echo 'ccache hit rate: 99.32%'
2021-10-25 20:16:13 ccache hit rate: 99.32%
2021-10-25 20:16:13 + echo 'ipipe_log_param_Ccache_Hit_Rate: 99.32%'
2021-10-25 20:16:13 + '[' 2 '!=' 0 ']'
2021-10-25 20:16:13 + exit 7
2021-10-25 20:16:13 + EXCODE=7
2021-10-25 20:16:13 + '[' 7 -eq 0 ']'
2021-10-25 20:16:13 + set +x
2021-10-25 20:16:13 Sorry, build failed.
2021-10-25 20:16:13 + exit 7
2021-10-25 20:16:13 {build code state=7}
2021-10-25 20:16:23 kill agent BUILD_CODE_FAIL

🔹 Failed: PR-CI-Static-Check

approve_failed
2021-10-25 20:58:07 1. You must have one RD (XiaoguangHu01, lanxianghit or Superjomn) approval for API change.
2021-10-25 20:58:07 and one TPM approval for API change:
2021-10-25 20:58:07 jzhang533/ZhangJun, dingjiaweiww/DingJiaWei, Heeenrrry/LiKunLun, TCChenlong/ChenLong for general APIs
2021-10-25 20:58:07 PangHua/XiangHui for distributed related APIs
2021-10-25 20:58:07 twismon/WangYunKai, CheQiXiao/CheQiXiao for inference related APIs.
2021-10-25 20:58:07 2. You must have one TPM approval for API documents change:
2021-10-25 20:58:07 jzhang533/ZhangJun, dingjiaweiww/DingJiaWei, Heeenrrry/LiKunLun, TCChenlong/ChenLong for general API docs
2021-10-25 20:58:07 PangHua/XiangHui for distributed related API docs
2021-10-25 20:58:07 twismon/WangYunKai, CheQiXiao/CheQiXiao for inference related API docs.
2021-10-25 20:58:07
2021-10-25 20:58:07 There are 3 approved errors.
2021-10-25 20:58:07 ****************
2021-10-25 20:58:07 API Difference is:
2021-10-25 20:58:07 + paddle.fluid.eager (ArgSpec(), ('document', 'd41d8cd98f00b204e9800998ecf8427e'))
2021-10-25 20:58:07 + paddle.fluid.eager_guard (ArgSpec(args=[], varargs=None, varkw=None, defaults=None, kwonlyargs=[], kwonlydefaults=None, annotations={}), ('document', 'd41d8cd98f00b204e9800998ecf8427e'))
2021-10-25 20:58:07 + paddle.fluid.framework.in_eager_mode (ArgSpec(args=[], varargs=None, varkw=None, defaults=None, kwonlyargs=[], kwonlydefaults=None, annotations={}), ('document', 'd41d8cd98f00b204e9800998ecf8427e'))
2021-10-25 20:58:07 + approval_error=6
2021-10-25 20:58:07 + '[' 6 '!=' 0 ']'
2021-10-25 20:58:07 + exit 6
2021-10-25 20:58:07 + EXCODE=6
2021-10-25 20:58:07 + echo 'EXCODE: 6'

🔹 Failed: PR-CI-NPU

Unknown Failed
2021-10-25 22:42:49 + set +x
2021-10-25 22:42:49 + SOURCE=/paddle/build/coverage-diff
2021-10-25 22:42:49 + [[ -d /paddle/build/coverage-diff ]]
2021-10-25 22:42:49 + [[ -f /paddle/build/coverage-diff ]]
2021-10-25 22:42:49 + echo 'No such file or directory: /paddle/build/coverage-diff'
2021-10-25 22:42:49 + exit 0
2021-10-25 22:42:49 No such file or directory: /paddle/build/coverage-diff
2021-10-25 22:42:49 report uploaded
2021-10-25 22:42:49 ===================================================================
2021-10-25 22:42:49 c++-coverage
2021-10-25 22:42:49 https://xly.bce.baidu.com/ipipe/ipipe-report/report/8635329/c++-coverage/
2021-10-25 22:42:49 ===================================================================
2021-10-25 22:42:49 + [[ 7 -eq 0 ]]
2021-10-25 22:42:49 + [[ 7 -eq 4 ]]
2021-10-25 22:42:49 + [[ 7 -eq 6 ]]
2021-10-25 22:42:49 + [[ 7 -eq 7 ]]
2021-10-25 22:42:49 Sorry, build failed.
2021-10-25 22:42:49 + echo 'Sorry, build failed.'
2021-10-25 22:42:49 + exit 7

🔹 Failed: PR-CI-Model-benchmark

Unknown Failed
2021-10-26 01:16:48 yolov3_bs8, Performance_test, SUCCESS
2021-10-26 01:16:48 loss result:90.432510
2021-10-26 01:16:48 loss standard result:79.24
2021-10-26 01:16:48 yolov3_bs8, Precision_test, SUCCESS
2021-10-26 01:16:48 bert_base_seqlen128_fp32_bs32 running failed!
2021-10-26 01:16:48 deeplabv3_bs4 running failed!
2021-10-26 01:16:48 ResNet50_bs32_dygraph running failed!
2021-10-26 01:16:48 model benchmark ci job failed!
2021-10-26 01:16:48 See https://github.com/PaddlePaddle/Paddle/wiki/PR-CI-Model-benchmark-Manual for details.
2021-10-26 01:16:48 Or you can apply for one QA(xiegegege(Recommend), hysunflower) approval to pass this PR.
2021-10-26 01:16:48 + EXCODE=24
2021-10-26 01:16:48 + echo 'EXCODE: 24'
2021-10-26 01:16:48 EXCODE: 24
2021-10-26 01:16:48 + echo 'ipipe_log_param_EXCODE: 24'
2021-10-26 01:16:48 ipipe_log_param_EXCODE: 24
2021-10-26 01:16:48 + [[ 24 -eq 22 ]]
2021-10-26 01:16:48 + set +x
2021-10-26 01:16:48 + exit 24
2021-10-26 01:16:48 {build code state=24}

🔹 Failed: PR-CI-OP-benchmark

Unknown Failed
2021-10-26 05:29:08 + for op_name in '${!CHANGE_OP_MAP[@]}'
2021-10-26 05:29:08 + '[' -z interp_nearest,interp_nearest,interp_nearest.json,True ']'
2021-10-26 05:29:08 + for op_name in '${!CHANGE_OP_MAP[@]}'
2021-10-26 05:29:08 + '[' -z diag,diag,diag.json,False ']'
2021-10-26 05:29:08 + for op_name in '${!CHANGE_OP_MAP[@]}'
2021-10-26 05:29:08 + '[' -z '' ']'
2021-10-26 05:29:08 + exit_code=8
2021-10-26 05:29:08 + LOG '[ERROR] Missing test script of "frame"(paddle/fluid/operators/frame_op.cu) in benchmark.'
2021-10-26 05:29:08 + echo '[tools/test_ci_op_benchmark.sh:271] [ERROR] Missing test script of "frame"(paddle/fluid/operators/frame_op.cu) in benchmark.'
2021-10-26 05:29:08 [tools/test_ci_op_benchmark.sh:271] [ERROR] Missing test script of "frame"(paddle/fluid/operators/frame_op.cu) in benchmark.
2021-10-26 05:29:08 + '[' 8 -ne 0 ']'
2021-10-26 05:29:08 + LOG '[INFO] See https://github.com/PaddlePaddle/Paddle/wiki/PR-CI-OP-benchmark-Manual for details.'
2021-10-26 05:29:08 + echo '[tools/test_ci_op_benchmark.sh:275] [INFO] See https://github.com/PaddlePaddle/Paddle/wiki/PR-CI-OP-benchmark-Manual for details.'
2021-10-26 05:29:08 [tools/test_ci_op_benchmark.sh:275] [INFO] See https://github.com/PaddlePaddle/Paddle/wiki/PR-CI-OP-benchmark-Manual for details.
2021-10-26 05:29:08 + LOG '[INFO] Or you can apply for one RD (Avin0323(Recommend), Xreki, luotao1) approval to pass this PR.'
2021-10-26 05:29:08 + echo '[tools/test_ci_op_benchmark.sh:276] [INFO] Or you can apply for one RD (Avin0323(Recommend), Xreki, luotao1) approval to pass this PR.'
2021-10-26 05:29:08 [tools/test_ci_op_benchmark.sh:276] [INFO] Or you can apply for one RD (Avin0323(Recommend), Xreki, luotao1) approval to pass this PR.
2021-10-26 05:29:08 + exit 8
2021-10-26 05:29:08 {build code state=8}

Please sign in to comment.