-
### Description and Reproduction
On my M1 MacBook Pro, I created and booted an iPhone 14 Pro simulator.
The Apple `simctl` program can list it.
```
$ xcrun simctl list devices | grep -i boot…
-
The main failure in matmul + elementwise seems to be caused by too many connections being created. There are multiple ways this could be solved:
1. Packet routing, so streams can be reused for mult…
-
This issue is an amd-aie backend counterpart of upstream issue https://github.com/iree-org/iree/issues/7824
We will initially follow the SPIR-V/vulkan commit sequence below
1. https://github.com/i…
-
### Introduction
This page provides information on implementing complete support of ONNX operators in Shark/IREE front-end. This effort is a part of overall ONNX quality improvement tracked by [#8…
-
### What happened?
Failing ir:
The IR comes from a single attn layer in prefill, except I made it smaller by just returning the consumer of the source of the error
https://gist.github.com/dan-garvey/…
-
For this elementwise + pad dispatch
```
func.func @main(%8 : tensor, %9 : tensor) -> tensor {
%c0_f16 = arith.constant 0.0 : f16
%13 = tensor.empty() : tensor
%14 = linal…
-
We depend on a few files hosted in a GCP project using various buckets.
Most uses can be discovered in this repo with a regex search of `https://storage\.googleapis\.com.*iree`:
```
21 results …
-
### What happened?
The following depthwise convolution op (ingested from an onnx model) seems to generate outputs through IREE on cpu differing substantially from the results generated from onnxrunti…
-
## Goal
Run a llama model from https://github.com/nod-ai/sharktank/blob/main/sharktank/sharktank/models/llama/llama.py through IREE
Starting with `open_llama_3b_v2_f16_gguf` since we have that i…
-
### What happened?
### Step 1:
I compiled the RISCV-GNU-TOOLCHAIN for **riscv64-unknown-linux-gnu-gcc**:
```
riscv64-unknown-linux-gnu-gcc -v
Using built-in specs.
COLLECT_GCC=riscv64-unknown-linux-…