Skip to content

[AutoBump] Merge with fixes of 5c6db8c9 (Jan 20) (4) #542

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

Merged
merged 2 commits into from
Jun 26, 2025

Conversation

jorickert
Copy link

No description provided.

mgehre-amd and others added 2 commits January 20, 2025 08:48
When deciding whether to emit a map like
`#map = affine_map<(d0, d1, d2, d3) -> (0, d1, d2, d3)>` or `#map =
affine_map<(d0, d1, d2, d3) -> (d0, d1, d2, d3)>` for an operand of a
`linalg.generic` when lowering element-wise TOSA ops, prefer the latter
unless broadcasting of the operand is really needed.

This helps later transformations which often require the affine map to
be a projected permuatation.
Base automatically changed from bump_to_046b064d to bump_to_f4943464 June 26, 2025 08:11
@jorickert jorickert merged commit d4dfd92 into bump_to_f4943464 Jun 26, 2025
4 checks passed
@jorickert jorickert deleted the bump_to_5c6db8c9 branch June 26, 2025 08:11
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