CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Write a pass to check infer symbolic. #61222
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
Write a pass to check infer symbolic. #61222
Conversation
paddle/cinn/hlir/dialect/operator/transforms/group_merge/check_infer_symbolic_pass.cc
Outdated
Show resolved
Hide resolved
paddle/cinn/hlir/dialect/operator/transforms/group_merge/check_infer_symbolic_pass.cc
Outdated
Show resolved
Hide resolved
… CheckInferSymbolicPass
… CheckInferSymbolicPass
paddle/cinn/hlir/dialect/operator/transforms/group_merge/check_infer_symbolic_pass.cc
Outdated
Show resolved
Hide resolved
paddle/cinn/hlir/dialect/operator/transforms/group_merge/check_infer_symbolic_pass.h
Outdated
Show resolved
Hide resolved
paddle/cinn/hlir/dialect/operator/transforms/group_merge/check_infer_symbolic_pass.cc
Outdated
Show resolved
Hide resolved
paddle/cinn/hlir/dialect/operator/transforms/group_merge/check_infer_symbolic_pass.cc
Outdated
Show resolved
Hide resolved
… CheckInferSymbolicPass
paddle/cinn/hlir/dialect/operator/transforms/group_merge/check_infer_symbolic_pass.cc
Outdated
Show resolved
Hide resolved
paddle/cinn/hlir/dialect/operator/transforms/group_merge/check_infer_symbolic_pass.cc
Show resolved
Hide resolved
paddle/cinn/hlir/dialect/operator/transforms/group_merge/check_infer_symbolic_pass.cc
Outdated
Show resolved
Hide resolved
paddle/cinn/hlir/dialect/operator/transforms/group_merge/check_infer_symbolic_pass.cc
Outdated
Show resolved
Hide resolved
paddle/cinn/hlir/dialect/operator/transforms/group_merge/check_infer_symbolic_pass.cc
Outdated
Show resolved
Hide resolved
我的理解,这里pass的绝大部分函数都应该是返回一个 |
… CheckInferSymbolicPass
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.
细节规范变得好了不少,继续加油!
paddle/cinn/hlir/dialect/operator/transforms/group_merge/check_infer_symbolic_pass.cc
Outdated
Show resolved
Hide resolved
paddle/cinn/hlir/dialect/operator/transforms/group_merge/check_infer_symbolic_pass.cc
Outdated
Show resolved
Hide resolved
paddle/cinn/hlir/dialect/operator/transforms/group_merge/check_infer_symbolic_pass.cc
Outdated
Show resolved
Hide resolved
paddle/cinn/hlir/dialect/operator/transforms/group_merge/check_infer_symbolic_pass.cc
Outdated
Show resolved
Hide resolved
paddle/cinn/hlir/dialect/operator/transforms/group_merge/check_infer_symbolic_pass.cc
Outdated
Show resolved
Hide resolved
paddle/cinn/hlir/dialect/operator/transforms/group_merge/check_infer_symbolic_pass.cc
Outdated
Show resolved
Hide resolved
paddle/cinn/hlir/dialect/operator/transforms/group_merge/check_infer_symbolic_pass.cc
Outdated
Show resolved
Hide resolved
paddle/cinn/hlir/dialect/operator/transforms/group_merge/check_infer_symbolic_pass.cc
Outdated
Show resolved
Hide resolved
paddle/cinn/hlir/dialect/operator/transforms/group_merge/check_infer_symbolic_pass.cc
Outdated
Show resolved
Hide resolved
paddle/cinn/hlir/dialect/operator/transforms/group_merge/check_infer_symbolic_pass.cc
Outdated
Show resolved
Hide resolved
paddle/cinn/hlir/dialect/operator/transforms/group_merge/check_infer_symbolic_pass.cc
Outdated
Show resolved
Hide resolved
paddle/cinn/hlir/dialect/operator/transforms/group_merge/check_infer_symbolic_pass.cc
Outdated
Show resolved
Hide resolved
… CheckInferSymbolicPass
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
… CheckInferSymbolicPass
… CheckInferSymbolicPass
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
New features
PR changes
Others
Description
pcard-76996
Write a pass to check infer symbolic.