-
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
ci(cinn): update cinn ci to support dynamic shape #58996
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
✅ This PR's description meets the template requirements! |
8252274
to
180fdbb
Compare
49af739
to
83a823d
Compare
target_link_libraries(cinnapi op_dialect_vjp phi) | ||
add_dependencies(cinnapi op_dialect_vjp phi) | ||
target_link_libraries(cinnapi op_dialect phi) | ||
add_dependencies(cinnapi op_dialect phi) |
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_dialect_vjp -> op_dialect 的原因是什么呀?
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.
cinn依赖op_dialect_vjp的话,paddle with cinn编译的cinn only wheel包和paddle wheel共同使用unused_var_check 冲突。windows平台op_dialect_vjp解依赖unused_var_check 还有一些工作量。 cinn还在接pir的开始阶段,暂时只依赖op_dialect。等解完依赖会再改回来。
#endif | ||
|
||
#ifndef PADDLE_WITH_CUDA |
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.
#endif | |
#ifndef PADDLE_WITH_CUDA | |
#else |
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.
好的,我会在下个pr中升级cinn jit isnstruction支持动态shape中修改。
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
Others
PR changes
Others
Description
Pcard-72384
cinn only tests use cinn wheel from paddle with cinn