-
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
[NewIR]Rename ir into pir and Adjust Dialect class name #57103
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
ir
into pir
and Adjust Dialect class name
ir
into pir
and Adjust Dialect class nameThere 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.
后续是否会对python端进行重命名,比如new_ir字段改成pir之类的?
@YuanRisheng 已经有计划了,护航实习生子豪会来提Python端的rename |
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-67164
What's New?
此PR仅做了目录重命名和调整,以及部分Dialect 类名的规范化,无新增功能。
📚 基本原则:
🚀 主要变化如下:
paddle/ir
paddle/pir
paddle/fluid/ir
paddle/fluid/pir
test/cpp/ir
test/cpp/pir
dialect/paddle_dialect/
dialect/operator/
dialect/paddle_kernel_dialect
dialect/kernel
hlir/dialect/cinn_dialect
hlir/dialect/operator
PaddleDialect
OperatorDialect
PaddleKernelDialect
KernelDialect
CINNDialect
OperatorDialect
pd_dialect.h
等pd_xxx
op_dialect.h
等op_xxx
cinn_dialect.h
等op_dialect.h
等pd_manual_xx
等manual_xx
等pd_attribute_storage.h
attribute_storage.h
kernel_attribute_storage.h
attribute_storage.h
pd_meta_tensor.h/.cc
meta_tensor.h/.cc
pd_type_storage.h
type_storage.h
kernel_type_storage.h
type_storage.h
ir_core
pir_core
ir_pass
pir_pass
ir_shape
pir_shape
ir_pattern_rewrite
pir_pattern_rewrite
libir.xx
libpir.xx
pd_dialect
pd_op_dialect
pd_kernel_dialect
pd_kernel_dialect
cinn_dialect
cinn_op_dialect
runtime_dialect
cinn_runtime_dialect
cinn_rt_dialect
pd
pd_op
pd_kernel
pd_kernel
cinn
cinn_op
runtime
cinn_runtime
cinn_rt
pd_op.h/.cc
pd_op.h/.cc