Skip to content

[AutoBump] Merge with 7b8d0bdb (Feb 13) (7) #594

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 12 commits into from
Jul 2, 2025

Conversation

jorickert
Copy link

No description provided.

keshavj-cerebras and others added 12 commits February 7, 2025 12:01
Added required but missing Shape inference for `aten.prod`
…ist` (llvm#3987)

A preliminary refactor to support llvm#3945 
- extracts several new helper functions
- removes cruft
```
[build] D:\dev\projects\iree\third_party\torch-mlir\lib\Conversion\TorchToTosa\TorchToTosa.cpp(3498): warning C4305: 'argument': truncation from 'double' to 'const T'
[build]         with
[build]         [
[build]             T=float
[build]         ]
[build] D:\dev\projects\iree\third_party\torch-mlir\lib\Conversion\TorchToTosa\TorchToTosa.cpp(3504): warning C4305: 'argument': truncation from 'double' to 'const T'
[build]         with
[build]         [
[build]             T=float
[build]         ]
```

(Not sure why the half/one/three lines were warning free, might as well
fix them too.
Partially resolves llvm#3453 by introducing better error reporting for unsupported configurations in the `onnx.Resize` lowering.
Uses `llvm_unreachable` to mark path unreachable to fix compiler error

```
DefaultDomainQtoZ.cpp:194:1: error: non-void function does not return a value in all control paths
```

Signed-off-by: Ian Wood <[email protected]>
Fixes iree-org/iree-turbine#281.

**_TL;DR:_**

The `weakref.finalize` objects cause the model parameters to be kept in
memory in-between consecutive `aot.export` calls in the same process. We
remove them to enable releasing the memory, this does not change the
behavior of `RefTracker` or `RefMapping` classes anyhow else.

Signed-off-by: Ege Beysel <[email protected]>
I fixed two calls to yaml.load to explicitly use the Safe Loader. I
copied the code from other repos that do it this way.
Addresses an issue introduced by
<llvm#3945> in an external test
suite.
Base automatically changed from bump_to_d40d74fb to bump_to_7cea07c3 July 1, 2025 12:57
Base automatically changed from bump_to_7cea07c3 to feature/backport_ea1_ops July 1, 2025 13:17
@jorickert jorickert merged commit 5a3a082 into feature/backport_ea1_ops Jul 2, 2025
4 checks passed
@jorickert jorickert deleted the bump_to_7b8d0bdb branch July 2, 2025 08:09
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.