Skip to content

Commit

Permalink
fix bugs when run ci
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanRisheng committed Mar 11, 2022
1 parent 2d2dc25 commit dcf723f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions paddle/phi/kernels/impl/activation_grad_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ void LeakyReluDoubleGradKernel(const Context& dev_ctx,
float alpha,
DenseTensor* ddout) {
funcs::LeakyReluGradGradFunctor<T> leaky_relu_double_grad_functor;
leaky_relu_double_grad_functor.alpha = alpha;
ActivationDoubleGradImpl<T, Context, funcs::LeakyReluGradGradFunctor<T>>(
dev_ctx,
&x,
Expand Down

1 comment on commit dcf723f

@paddle-bot-old
Copy link

@paddle-bot-old paddle-bot-old bot commented on dcf723f Mar 12, 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: #40385 Commit ID: dcf723f contains failed CI.

🔹 Failed: PR-CI-infrt

Unknown Failed
2022-03-12 10:09:17 [  5%] Built target MLIRinfrt_opsIncGen
2022-03-12 10:09:17 [ 5%] Built target MLIRinfrt_opsAttributesIncGen
2022-03-12 10:09:17 [ 5%] Built target MLIRinfrt_phi_tensorIncGen
2022-03-12 10:09:17 [ 5%] Built target MLIRpd_lower_to_trtIncGen
2022-03-12 10:09:17 [ 5%] Built target tensor_shape_IncGen
2022-03-12 10:09:17 [ 5%] Built target infrt_base_IncGen
2022-03-12 10:09:17 CMakeFiles/Makefile2:90805: recipe for target 'paddle/infrt/CMakeFiles/infrt.dir/rule' failed
2022-03-12 10:09:17 make[1]: *** [paddle/infrt/CMakeFiles/infrt.dir/rule] Error 2
2022-03-12 10:09:17 Makefile:7039: recipe for target 'infrt' failed
2022-03-12 10:09:17 make: *** [infrt] Error 2
2022-03-12 10:09:17 + build_error=2
2022-03-12 10:09:17 + '[' 2 '!=' 0 ']'
2022-03-12 10:09:17 + exit 7
2022-03-12 10:09:17 + EXCODE=7
2022-03-12 10:09:17 + '[' 7 -eq 0 ']'
2022-03-12 10:09:17 + set +x
2022-03-12 10:09:17 Sorry, build failed.
2022-03-12 10:09:17 + exit 7
2022-03-12 10:09:17 {build code state=7}

🔹 Failed: PR-CI-Windows-Inference

build_failed
2022-03-12 10:20:07 [2285/2437] Linking CXX executable paddle\fluid\inference\analysis\test_analyzer.exe
2022-03-12 10:20:08 Creating library paddle\fluid\inference\analysis\test_analyzer.lib and object paddle\fluid\inference\analysis\test_analyzer.exp
2022-03-12 10:20:08 [2286/2437] Linking CXX executable paddle\fluid\inference\tests\api\test_analyzer_bfloat16_image_classification.exe
2022-03-12 10:20:08 Creating library paddle\fluid\inference\tests\api\test_analyzer_bfloat16_image_classification.lib and object paddle\fluid\inference\tests\api\test_analyzer_bfloat16_image_classification.exp
2022-03-12 10:20:09 [2287/2437] Linking CXX executable paddle\fluid\inference\tests\api\trt_quant_int8_test.exe
2022-03-12 10:20:09 Creating library paddle\fluid\inference\tests\api\trt_quant_int8_test.lib and object paddle\fluid\inference\tests\api\trt_quant_int8_test.exp
2022-03-12 10:20:09 [2288/2437] Linking CXX executable paddle\fluid\inference\tests\api\test_analyzer_multi_model_prediction.exe
2022-03-12 10:20:09 Creating library paddle\fluid\inference\tests\api\test_analyzer_multi_model_prediction.lib and object paddle\fluid\inference\tests\api\test_analyzer_multi_model_prediction.exp
2022-03-12 10:20:09 ninja: build stopped: subcommand failed.
2022-03-12 10:20:09 7
2022-03-12 10:20:09 Build Paddle failed, will exit
2022-03-12 10:20:09 文件名、目录名或卷标语法不正确。
2022-03-12 10:20:20 EXCODE: 7
2022-03-12 10:20:20 [INFO] start upload artifact: C:\home\workspace\output\.*
2022-03-12 10:20:21 [WARN] No matching file!

Please sign in to comment.