-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
【PaddlePaddle Hackathon 3】Add Paddle p_norm operator #12299
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution
@liubo-intel Could you please take a review? Thanks! |
@liubo-intel |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, @Asthestarsfalll : Thanks for contribution. Please fix CI clang-format issue of this PR( [clang-format] Code style check failed for:
/home/runner/work/openvino/openvino/src/frontends/paddle/src/op/p_norm.cpp). you can find this failure information by click "Details" button of bellow related failed CI checks or with "-DENABLE_CLANG_FORMAT=ON -DENABLE_NCC_STYLE=ON" CMake Options when build openvino source code.
@Asthestarsfalll : looks like there is some issue on CI, could you please rebase this PR to the latest master branch? thanks. |
Hi, @ceciliapeng2011 : do you have any other comments about this PR? if none, could you please help merge it? tks. |
Details:
add p_norm operation in Paddle front end
Reference:
https://github.com/PaddlePaddle/Paddle/blob/06ff9023830bfe83e1a4c98ae90ed9a02bb777ba/paddle/phi/kernels/cpu/p_norm_kernel.cc#L47
https://github.com/PaddlePaddle/Paddle2ONNX/blob/develop/paddle2onnx/legacy/op_mapper/math.py#L599
uni-test passed