-
Notifications
You must be signed in to change notification settings - Fork 625
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
[DT] Switch MaterializeEncodingIntoNop to use EncodingNopLayoutAttr. #19294
base: main
Are you sure you want to change the base?
Commits on Nov 26, 2024
-
[DT] Switch MaterializeEncodingIntoNop to use EncodingLayoutAttr.
The revision introduces LayoutAttrInterface attribute interface and implements the codegen attribute that discards the encodings for lowering. It is used in the MaterializeEncodingIntoNop pass that turns encodings into nop. The layout attributes for other backends are not implemented, so the GPU/CPU materialization pass does not take it into account. The revision also implements a isIdentityLayout method for the MaterializeEncodingInfo struct and adds an unit test for it. Signed-off-by: hanhanW <hanhan0912@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for dfaa723 - Browse repository at this point
Copy the full SHA dfaa723View commit details -
Register Codegen dialect for dynamic pipeline.
Signed-off-by: hanhanW <hanhan0912@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 775e886 - Browse repository at this point
Copy the full SHA 775e886View commit details -
Refine interface method and rename attribute to EncodingNopLayoutAttr
Signed-off-by: hanhanW <hanhan0912@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8052d3f - Browse repository at this point
Copy the full SHA 8052d3fView commit details
Commits on Nov 27, 2024
-
Signed-off-by: hanhanW <hanhan0912@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for af409d0 - Browse repository at this point
Copy the full SHA af409d0View commit details
Commits on Nov 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 791eb96 - Browse repository at this point
Copy the full SHA 791eb96View commit details -
Merge branch 'main' into iree-codegen-interface
Signed-off-by: hanhanW <hanhan0912@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8fbf9e8 - Browse repository at this point
Copy the full SHA 8fbf9e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a66111 - Browse repository at this point
Copy the full SHA 2a66111View commit details