Skip to content

Commit

Permalink
fix bugs when compile
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanRisheng committed Nov 3, 2021
1 parent a88ca81 commit 8fc264d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions paddle/fluid/operators/flatten_op.h
Expand Up @@ -20,8 +20,8 @@ limitations under the License. */
#include "paddle/fluid/operators/math/math_function.h"
#include "paddle/fluid/operators/math/pooling.h"
#include "paddle/fluid/platform/device_context.h"
#include "paddle/pten/api/include/core.h"
#include "paddle/pten/api/include/manipulation.h"
#include "paddle/pten/include/core.h"
#include "paddle/pten/include/manipulation.h"

namespace paddle {
namespace operators {
Expand Down

1 comment on commit 8fc264d

@paddle-bot-old
Copy link

@paddle-bot-old paddle-bot-old bot commented on 8fc264d Nov 3, 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: #36957 Commit ID: 8fc264d contains failed CI.

🔹 Failed: PR-CI-Kunlun

Unknown Failed
2021-11-03 12:32:59 [ 53%] Linking CXX static library libmatrix_rank_op.a
2021-11-03 12:33:00 [ 53%] Built target matrix_rank_op
2021-11-03 12:33:01 [ 53%] Linking CXX static library libactivation_op.a
2021-11-03 12:33:01 [ 53%] Built target activation_op
2021-11-03 12:35:25 [ 53%] Linking CXX static library libsvd_op.a
2021-11-03 12:35:25 [ 53%] Built target svd_op
2021-11-03 12:35:25 Makefile:140: recipe for target 'all' failed
2021-11-03 12:35:25 make: *** [all] Error 2
2021-11-03 12:35:25 + build_error=2
2021-11-03 12:35:25 + collect_ccache_hits
2021-11-03 12:35:25 ++ ccache -s
2021-11-03 12:35:25 ++ grep 'cache hit rate'
2021-11-03 12:35:25 ++ awk '{print $4}'
2021-11-03 12:35:25 + rate=3.89
2021-11-03 12:35:25 + echo 'ccache hit rate: 3.89%'
2021-11-03 12:35:25 + echo 'ipipe_log_param_Ccache_Hit_Rate: 3.89%'
2021-11-03 12:35:25 ccache hit rate: 3.89%
2021-11-03 12:35:25 + '[' 2 '!=' 0 ']'
2021-11-03 12:35:25 + exit 7

Please sign in to comment.