-
Notifications
You must be signed in to change notification settings - Fork 5.9k
[NPU] Support npu kernel for pad3d op #34815
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
Conversation
|
Thanks for your contribution! |
zhwesky2010
left a comment
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.
LGTM
merge newest develop branch from PaddlePaddle/Paddle
qili93
left a comment
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.
LGTM
qili93
left a comment
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.
LGTM
PR types
New features
PR changes
OPs
Describe
Support npu kernel for pad3d op.
Note: cann op PadV3 only support mode="constant" and constant_value=0 now (click for more info) , so only realized pad3d_grad of constant mode. And add error raise and test cases accordingly. Besides, cann op PadV3 not support double and int64 data type.
log info is as follows:


test result :
