-
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
[PHI]Unify fluid kernel (Part4) #52626
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
set(run_program_op_srcs run_program_op.cc) | ||
if (WITH_GPU OR WITH_ROCM) | ||
list(APPEND run_program_op_srcs run_program_op.cu) | ||
endif() | ||
op_library(run_program_op SRCS ${run_program_op_srcs} DEPS executor_cache ${OP_HEADER_DEPS}) |
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.
这里可以直接用 op_library(run_program_op DEPS executor_cache ${OP_HEADER_DEPS})
吗,在 op_library
的逻辑里会自动搜索和 op 同名的 src 文件,并自动使用相应的宏处理
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
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
* unify kernel * fix ci bugs * fix py3 bugs * fix py3 bugs * perfect code
PR types
Others
PR changes
Others
Describe
Pcard-67000
将以下Fluid op注册到phi中:
recv_v2
resnet_unit
retinanet_detection_output
roi_perspective_transform
row_conv
rpn_target_assign
run_program