-
Notifications
You must be signed in to change notification settings - Fork 19
[tensorrt] Refine types for tensorrt ops with plan.with_shape #244
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
Conversation
fa086ce to
95e1c8a
Compare
|
@christopherbate The canonicalizer was not triggered in this case: Is there anything else needs to be fixed? |
mlir-tensorrt/compiler/lib/Dialect/Plan/Transforms/RefineTypes.cpp
Outdated
Show resolved
Hide resolved
mlir-tensorrt/compiler/lib/Dialect/Plan/Transforms/RefineTypes.cpp
Outdated
Show resolved
Hide resolved
95e1c8a to
2950dd1
Compare
mlir-tensorrt/compiler/lib/Dialect/Plan/Transforms/RefineTypes.cpp
Outdated
Show resolved
Hide resolved
|
Description is inaccurate. A canonicalizer refers something very specific https://mlir.llvm.org/docs/DefiningDialects/Operations/#hascanonicalizer |
9e7f578 to
87c5d75
Compare
87c5d75 to
7524556
Compare
christopherbate
left a comment
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.
Looks like there's an issue with the commit message format but otherwise LGTM
|
I'll have to check the CI issue, looks unrelated to commit message |
7524556 to
1968710
Compare
956fbe7 to
20c2e1a
Compare
Adds TensorRTRefineTypeFromWithShapeGeneric pattern to refine types of tensorrt ops in PlanRefineTypesPass.
20c2e1a to
4cf26c5
Compare
No description provided.