-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
add strided_slice_grad op for npu #35204
add strided_slice_grad op for npu #35204
Conversation
Thanks for your contribution! |
ops::StridedSliceNPUKernel<paddle::platform::NPUDeviceContext, int64_t>, | ||
ops::StridedSliceNPUKernel<paddle::platform::NPUDeviceContext, float>, | ||
ops::StridedSliceNPUKernel<paddle::platform::NPUDeviceContext, double>); | ||
strided_slice_grad, |
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.
前向反向的type没有对齐,如果是因为Ascend库函数前反向类型没有对齐的原因,就可以忽略
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.
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
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
Add strided_slice_grad op for npu.

