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 8fc264d commit 11bd75b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions paddle/pten/include/manipulation.h
Expand Up @@ -19,6 +19,7 @@
#include "paddle/pten/include/infershape.h"
#include "paddle/pten/kernels/cpu/manipulation.h"
#include "paddle/pten/kernels/cuda/manipulation.h"
#include "paddle/pten/kernels/xpu/manipulation.h"

namespace pten {

Expand Down

1 comment on commit 11bd75b

@paddle-bot-old
Copy link

@paddle-bot-old paddle-bot-old bot commented on 11bd75b 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: 11bd75b contains failed CI.

🔹 Failed: PR-CI-Kunlun

Unknown Failed
2021-11-03 14:38:16 paddle/fluid/pybind/CMakeFiles/op_function_generator.dir/build.make:904: recipe for target 'paddle/fluid/pybind/op_function_generator' failed
2021-11-03 14:38:16 make[2]: *** [paddle/fluid/pybind/op_function_generator] Error 1
2021-11-03 14:38:16 make[1]: *** [paddle/fluid/pybind/CMakeFiles/op_function_generator.dir/all] Error 2
2021-11-03 14:38:16 make[1]: *** Waiting for unfinished jobs....
2021-11-03 14:38:16 CMakeFiles/Makefile2:110656: recipe for target 'paddle/fluid/pybind/CMakeFiles/op_function_generator.dir/all' failed
2021-11-03 14:39:36 [100%] Built target paddle_inference_shared
2021-11-03 14:39:36 Makefile:140: recipe for target 'all' failed
2021-11-03 14:39:36 make: *** [all] Error 2
2021-11-03 14:39:36 + build_error=2
2021-11-03 14:39:36 + collect_ccache_hits
2021-11-03 14:39:36 ++ ccache -s
2021-11-03 14:39:36 ++ grep 'cache hit rate'
2021-11-03 14:39:36 ++ awk '{print $4}'
2021-11-03 14:39:36 + rate=4.61
2021-11-03 14:39:36 ccache hit rate: 4.61%
2021-11-03 14:39:36 + echo 'ccache hit rate: 4.61%'
2021-11-03 14:39:36 + echo 'ipipe_log_param_Ccache_Hit_Rate: 4.61%'
2021-11-03 14:39:36 + '[' 2 '!=' 0 ']'
2021-11-03 14:39:36 + exit 7

Please sign in to comment.