-
Notifications
You must be signed in to change notification settings - Fork 5.9k
git cherry-pick the commits of operator version registries, test=release/2.0 #30292
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
git cherry-pick the commits of operator version registries, test=release/2.0 #30292
Conversation
…9916) * register op version for grid_sampler
…addlePaddle#29923) * add op version for fake_quant and fake_dequant ops, test=op_version, test=develop
* add gru op_register_version; test=op_version; * Update fc,mul version;test=op_version;
test=develop test=op_version
…ise_conv2d_transpose, test=op_version (PaddlePaddle#29937)
change the elementwise ops version check, test=op_version
…29938) * upgrade instance_norm, test=op_version * fix
…dlePaddle#30011) * add the support the op version check for matmul, test=op_version
* fix rank_attention, test=op_version
* Register op version for linspace,test=op_version * Register op version for linspace,test=op_version * Register op version for linspace,test=op_version * Register op version for linspace,test=op_version * Register op version for linspace,test=op_version
…e#30007) Co-authored-by: zhoushunjie <zhoushunjie@baidu.com>
…30065) * register instance norm, test=op_version
…addlePaddle#30000) * add trace op_register_version and fix defaulf bug; test=op_version * add trace op_register_version; test=op_version * add trace op_register_version; test=op_version * add trace op_register_version; test=op_version * fix missing the template bug of vector; test=op_version
|
Thanks for your contribution! |
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
|
#29890 引入版本升级注册冲突,合入最新 |
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
PR types
Bug fixes
PR changes
OPs
Describe
Paddle 2.0 前向算子版本升级信息补全(第二轮)的说明
Paddle 2.0 对部分算子进行了升级。为方便开发者明确算子版本,避免推理算子定义不一致导致计算错误,Paddle 制定了前向算子升级注册规范。目前仓储中仍有部分算子在 1.7 之后进行了升级但未注册,此提交合入后,注册信息将在 2.0 正式版得以补全。
注册信息的第二次补全增加了非兼容情况下的升级信息,以及 1.8 版本之后的兼容升级信息注册。补全工作是在 develop 分支上开展的全员任务,此提交为 release/2.0 的 cherry-pick。
此提交是独立的,不对算子正确性和框架主体功能带来风险。
附件一:前向算子版本升级检查点类型

附件二:前向算子升级补齐清单

