Replace PADDLE_WITH_XPU2 with PADDLE_WITH_KP #40560
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR types
Others
PR changes
Others
Describe
Replace PADDLE_WITH_XPU2 with PADDLE_WITH_KP
1.将Reduce中的XPU宏统一替换为PADDLE_WITH_KP
2.头文件控制开启__xpu__
3.将ReduceAnyKernel中的store替换为WriteData
OP-benchmark异常说明
1.本次修改仅针对reduce XPU 和GPU,不设计API 实现调整,与其他OP实现无关
2.出错case与本次修改无关,重新re-run 影响的OP 不同
lgamma_0 (backward) 调用的是Kerenl Elementwise,修改Reduce并不会对其造成性能影响
multiply_8 (forward) 调用的是Kerenl Elementwise,修改Reduce并不会对其造成性能影响