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

[AutoBump] Merge with fixes of c515c780 (Apr 18) (5) #298

Merged
merged 2 commits into from
Aug 23, 2024

Conversation

mgehre-amd
Copy link
Collaborator

No description provided.

…ons (llvm#89175)

This allows to configure both the op used for allocation and copy of
memrefs.
It also changes the default behavior because the default allocation in
`BufferizationOptions` creates `memref.alloc` with `alignment = 64`
where we used to create `memref.alloca` without any alignment before.
Fixes
```
// TODO: Use alloc/memcpy callback from BufferizationOptions if called via
// BufferizableOpInterface impl of ToMemrefOp.
```
Base automatically changed from bump_to_4c3514fa to feature/fused-ops August 23, 2024 19:42
@mgehre-amd mgehre-amd merged commit e6a5e19 into feature/fused-ops Aug 23, 2024
3 checks passed
@mgehre-amd mgehre-amd deleted the bump_to_c515c780 branch August 23, 2024 19:43
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