Skip to content

Commit

Permalink
fix ROCM ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sneaxiy committed Feb 16, 2022
1 parent d5f3392 commit dc8c2eb
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -453,10 +453,6 @@ static __global__ void LambUpdateParamAndBetaPowsCUDAKernel(
MT t = args.trust_ratio_div[i];
auto norm_idx = args.index[i];
MT p_square_norm = args.param_square_norm[norm_idx];
if (p_square_norm < static_cast<MT>(0)) {
asm("trap;");
}

MT t_square_norm = args.trust_ratio_div_square_norm[norm_idx];

MT p_norm = static_cast<MT>(sqrtf(p_square_norm));
Expand Down

1 comment on commit dc8c2eb

@paddle-bot-old
Copy link

@paddle-bot-old paddle-bot-old bot commented on dc8c2eb Feb 16, 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: #39148 Commit ID: dc8c2eb contains failed CI.

🔹 Failed: PR-CI-MLU

Unknown Failed
2022-02-16 11:50:50 -- test_dist_hapi_model
2022-02-16 11:50:51 -- Download inference test stuff from http://paddle-inference-dist.bj.bcebos.com/int8/unittest_model_data/quant_lstm_input_data.tar.gz
2022-02-16 11:50:54 CMake Error at /opt/cmake-3.16/share/cmake-3.16/Modules/ExternalProject.cmake:2981 (configure_file):
2022-02-16 11:50:54 configure_file Problem configuring file
2022-02-16 11:50:54 Call Stack (most recent call first):
2022-02-16 11:50:54 /opt/cmake-3.16/share/cmake-3.16/Modules/ExternalProject.cmake:3239 (_ep_add_configure_command)
2022-02-16 11:50:54 paddle/fluid/inference/tests/test.cmake:32 (ExternalProject_Add)
2022-02-16 11:50:54 python/paddle/fluid/contrib/slim/tests/CMakeLists.txt:108 (inference_download_and_uncompress)
2022-02-16 11:50:54 python/paddle/fluid/contrib/slim/tests/CMakeLists.txt:294 (download_quant_data)
2022-02-16 11:50:54
2022-02-16 11:50:54
2022-02-16 11:50:55 -- Configuring incomplete, errors occurred!
2022-02-16 11:50:55 See also "/workspace/develop-mlu/Paddle/build/CMakeFiles/CMakeOutput.log".
2022-02-16 11:50:55 See also "/workspace/develop-mlu/Paddle/build/CMakeFiles/CMakeError.log".
2022-02-16 11:50:55 + build_error=1
2022-02-16 11:50:55 + '[' 1 '!=' 0 ']'
2022-02-16 11:50:55 + exit 7
2022-02-16 11:50:55 {build code state=7}
2022-02-16 11:51:05 kill agent BUILD_CODE_FAIL

Please sign in to comment.