-
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
[Inference] rewrite identity_op_clean_pass #55240
[Inference] rewrite identity_op_clean_pass #55240
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
bc08b14
to
ad07493
Compare
ad07493
to
a8f83ca
Compare
88163f6
to
bbb7a24
Compare
60c329f
to
0ae9257
Compare
@@ -221,7 +221,6 @@ const std::vector<std::string> kCINNCompilerPasses{ | |||
GpuPassStrategy::GpuPassStrategy() : PassStrategy({}) { | |||
passes_.assign({ | |||
"map_op_to_another_pass", // | |||
"identity_op_clean_pass", // |
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.
为啥移动了这个pass的位置呢?
* rewrite identity_op_clean_pass * fix * adjust identity_op_clean_pass order in gpu passes * fix ut
* rewrite identity_op_clean_pass * fix * adjust identity_op_clean_pass order in gpu passes * fix ut
PR types
Others
PR changes
Others
Description
Others
Pcard-71500