Skip to content

Commit

Permalink
refine,test=develop
Browse files Browse the repository at this point in the history
  • Loading branch information
wanghuancoder committed Dec 8, 2021
1 parent 0c97f1e commit 88bb38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddle/fluid/pybind/eager_op_function_generator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ std::string GenerateOpFunctionsBody(
}

return_str = "return ToPyObject(out);";

std::string function_args = "";
if (input_args == "") {
function_args = FUNCTION_ARGS_NO_INPUT;
Expand Down

1 comment on commit 88bb38c

@paddle-bot-old
Copy link

Choose a reason for hiding this comment

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

🕵️ CI failures summary

🔍 PR: #37926 Commit ID: 88bb38c contains failed CI.

🔹 Failed: PR-CI-Mac-Python3

Unknown Failed
2021-12-14 11:45:11  * [新分支]                develop    -> upstream/develop
2021-12-14 11:45:12 删除 paddle/scripts/docker/root/.scripts/git-prompt.sh
2021-12-14 11:45:12 删除 paddle/scripts/docker/root/.scripts/git-completion.sh
2021-12-14 11:45:12 删除 paddle/pten/kernels/mkldnn/CMakeLists.txt
2021-12-14 11:45:12 删除 paddle/pten/kernels/math/cpu/CMakeLists.txt
2021-12-14 11:45:12 删除 paddle/pten/kernels/math/CMakeLists.txt
2021-12-14 11:45:12 删除 paddle/pten/kernels/functions/general/CMakeLists.txt
2021-12-14 11:45:12 删除 paddle/pten/kernels/functions/eigen/CMakeLists.txt
2021-12-14 11:45:12 删除 paddle/pten/kernels/functions/cuda/CMakeLists.txt
2021-12-14 11:45:12 删除 paddle/pten/kernels/functions/cpu/CMakeLists.txt
2021-12-14 11:45:12 删除 paddle/pten/kernels/functions/blas/CMakeLists.txt
2021-12-14 11:45:12 删除 paddle/pten/kernels/functions/CMakeLists.txt
2021-12-14 11:45:12 自动合并 paddle/fluid/pybind/pybind.cc
2021-12-14 11:45:12 自动合并 paddle/fluid/pybind/eager_op_function_generator.cc
2021-12-14 11:45:12 冲突(内容):合并冲突于 paddle/fluid/pybind/eager_op_function_generator.cc
2021-12-14 11:45:12 删除 paddle/fluid/operators/cinn_launch_op.h
2021-12-14 11:45:12 删除 paddle/fluid/operators/cinn_launch_op.cc
2021-12-14 11:45:12 删除 paddle/fluid/framework/ir/layer_norm_fuse_pass_tester.cc
2021-12-14 11:45:12 自动合并失败,修正冲突然后提交修正的结果。

Please sign in to comment.