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

merge release #208

Merged
merged 6 commits into from
Jun 25, 2024
Merged

merge release #208

merged 6 commits into from
Jun 25, 2024

Conversation

ljfitz
Copy link
Collaborator

@ljfitz ljfitz commented Jun 25, 2024

No description provided.

mgehre-amd and others added 6 commits June 21, 2024 10:19
…tion

When bufferizing a bodiless function
```
func.func private @foo() -> tensor<?xf32>
```
we currently fail with `cannot bufferize bodiless function that returns a tensor`.

This PR adds the option `bufferize-bodiless-function-results` (off by default),
to allow bufferizing this into
```
func.func private @foo() -> memref<?xf32, strided<[?], offset: ?>>
```
[MLIR] one-shot-bufferize: Add bufferize-bodiless-function-results option
…_release

TosaToLinalg: fix tosa.cast INT_MAX overflow constant
@ljfitz ljfitz requested a review from mgehre-amd June 25, 2024 07:14
@ljfitz ljfitz merged commit 2a31b3f into feature/fused-ops Jun 25, 2024
4 checks passed
@ljfitz ljfitz deleted the ljfitz_merge_release branch June 25, 2024 09:59
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.

3 participants