Skip to content
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

[Codegen] Add support for memref.expand_shape to propagation util #18202

Merged
merged 2 commits into from
Aug 13, 2024

Conversation

qedawkins
Copy link
Contributor

Similar to memref.subview, memref.expand_shape needs to have its type updated when propagating type changes. This adds support for expand shape to the propagation util so that passes like GPUReduceBankConflicts can handle memref.expand_shape.

Similar to `memref.subview`, `memref.expand_shape` needs to have its
type updated when propagating type changes. This adds support for expand
shape to the propagation util so that passes like GPUReduceBankConflicts
can handle `memref.expand_shape`.
compiler/src/iree/compiler/Codegen/Utils/Utils.cpp Outdated Show resolved Hide resolved
compiler/src/iree/compiler/Codegen/Utils/Utils.cpp Outdated Show resolved Hide resolved
@qedawkins qedawkins enabled auto-merge (squash) August 13, 2024 16:44
@qedawkins qedawkins merged commit 2ea9b14 into iree-org:main Aug 13, 2024
45 checks passed
@qedawkins qedawkins deleted the expand_shape_memref_padding branch August 13, 2024 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants