-
Hi,
I tried to bring my own llvm using [iree/build_tools/llvm/byo_llvm.sh](https://github.com/openxla/iree/blob/main/build_tools/llvm/byo_llvm.sh), and completed build (install) without any errors.…
-
Currently with a max padding size of 16 for allocations, we are discarding all tiles greater than 16 in any dimension, so these tiles are simply unused, and any ukernels designed for those sizes are a…
-
I am not getting ConstEval to fold away the transpose and packing of the constant weights. Here is the IR that I am working with: https://gist.github.com/Max191/0b515716d65478d0e9fad83673c5a616
```
…
-
### What happened?
Compiling a model (Llama2) on various backends, compilation succeeds but ireert is unable to load the vmfb on any of them. They all fail with `Error creating vm context with module…
-
CMD:
```
python3 models/turbine_models/custom_models/sdxl_inference/vae.py --precision=fp32 --external_weights=safetensors --device=cpu --compile_to=vmfb --iree_target_triple=x86_64-linux-gnu --ex…
-
### What happened?
Hi,
I just follow this post (https://github.com/google/jax/issues/8074#issuecomment-1148012748) install jax and iree, and I tried to run this example code by `JAX_PLATFORMS=i…
-
### What happened?
Compiling this file: https://github.com/openxla/iree/blob/main/tests/e2e/stablehlo_ops/broadcast_in_dim.mlir
... using the following command:
```
iree-compile /tmp/broadcast…
-
When built with installed-LLVM (a.k.a. bring-your-own-LLVM, as opposed to the default bundled-LLVM build), the Compiler API currently disables linking, as a runtime error:
https://github.com/openxla/…
-
### What happened?
While burning down performance on llama2 for CPU, I ran into a slow copy dispatch that came from a `tensor.insert_slice` op inserting on an inner dim. After doing some rewrites, th…
-
Caught this when adding ResNet50 to benchmark suites (https://github.com/iree-org/iree/actions/runs/3472789813/jobs/5804246997).
```
error: loc(fused["MaxPool:", "pool1_pool/MaxPool@__inference_forw…