-
The DeeplabV3 i8 model compilation by default might not create the efficient dispatches. Some flags to try
To start with we need `--iree-flow-enable-aggressive-fusion --iree-opt-data-tiling=off`
…
-
The Linux implementation of this does not function. "Can't open dynamic library: linux.template_release.x86_64.so" "Error: undefined symbol: clBuildProgram." returns in the editor when loading plugin …
-
### What happened?
for the given IR
```mlir
#map = affine_map (d0, d1, d2, d3)>
#map1 = affine_map (0, d1, d2, d3)>
module {
ml_program.global private mutable @global_seed(dense : tensor) : tenso…
-
timm https://huggingface.co/docs/timm/index is a huggingface library for computer vision models. Some older models like resnet are available through that.
At the moment iree-turbine is not able to …
-
Below is the list of issues we are hitting when running [vision int8 models](https://github.com/nod-ai/SHARK-TestSuite/blob/merge-reports/e2eshark/ci_model_lists/shark-test-suite.txt) end to end usin…
-
I notice there is some description like below in dynamo/backends/cpu.py:
`# IREE runtime globals. For the CPU right now, there is no device selection, so it is easy.
@functools.lru_cache(maxsize=Non…
-
### Issue description
This is the result on Vulkan
![image](https://github.com/user-attachments/assets/a64c79b6-7b14-445d-babd-b18f14d9bbd5)
This is the result on Metal backend.
You c…
-
### What happened?
For the give IR
```mlir
#map = affine_map (d0)>
#map1 = affine_map (0, 0, d2)>
#map2 = affine_map (d0, d1, d2)>
#map3 = affine_map (d2)>
#map4 = affine_map (d0, d1, 0)>
#map5 = af…
-
### What happened?
When running with ROCM/HIP on an MI300x, I am encountering the following error:
```
RESOURCE_EXHAUSTED; HIP driver error 'hipErrorOutOfMemory' (2): out of memory; while invoking na…
-
When getting setup with shortfin I see several sharktank test failures due to the Python3.12 version shortfin requires.
To recreate following setup instructions on https://github.com/nod-ai/SHARK-P…