Marius Brehler
Marius Brehler
> I've try to reolve it. maybe some env problems. Thanks. If you're still hitting the issue please provide further details.
> Should I pull down the other ARM runners? Yes, that should be fine.
The (minimal!) changes that are need for IREE itself are in #18770.
@ScottTodd do we want to run tests with 3.13t as part of this issue as issue _or_ can we close and add tests in a follow up?
> warning: :0:0: stack frame size (1099511627768) exceeds limit (4294967295) in function '__truncsfhf2' Seems to be your issue. In general, if you want to optimize and create a small model,...
Similar to #348, I would try to compile and run on the "high mem" config.
@GeoBouz is it okay to close this?
> Hi [@marbre](https://github.com/marbre)! Is there any example using target llvm-cpu and EmitC? Thank you. Hi, @GeoBouz. There are several samples that make use of EmitC (`--output-format=vm-c`) + llvm-cpu (`--iree-hal-target-backends=llvm-cpu`): *...
> I tried this but with --iree-input-type=tosa it doesnt work. This might not be related to EmitC / llvm-cpu but TOSA as an input dialect should work. I would suggest...