-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
[PHI decoupling] move "gpu_device_function.h" from fluid to phi #48097
[PHI decoupling] move "gpu_device_function.h" from fluid to phi #48097
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
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 for PADDLE_ENFORCE
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 for CI-OP-Benchmark
PR types
Others
PR changes
Others
Describe
move "fluid/platform/device/gpu/gpu_device_function.h" to phi
Changes:
paddle/fluid/platform/device/gpu
目录下的gpu_device_function.h
,rocm/rocm_device_function.h
和cuda/cuda_device_function.h
复制到paddle/phi/backends/gpu
目录下,然后将它们与fluid
进行解耦。phi
下对paddle/fluid/platform/device/gpu/gpu_device_function.h
的依赖替换为对paddle/phi/backends/gpu/gpu_device_function.h
的依赖.fluid
下的头文件 [PHI decoupling] remove "gpu_device_function.h" in fluid. #48117