-
### What happened?
Error log:
```
(turb.env) PS C:\Users\eagarvey\SHARK\SHARK-Turbine> iree-compile --iree-input-type=torch --iree-vm-bytecode-module-output-format=flatbuffer-binary --iree-hal-ta…
-
This is the compiler output, the latest version of IREE seems to break this binding.
```
error[E0432]: unresolved import `iree_sys::iree::runtime::api::iree_hal_buffer_view_allocate_buffer`
--> …
-
Hello, I'm trying to install iree-jax to test GPT-2 on IREE. After running ```python -m pip install -e '.[test,xla,cpu]' -f https://openxla.github.io/iree/pip-release-links.html```, I built jaxlib fro…
-
As enabling general AIE configuration through control packets will be a heavy lift, I intend to approach this in phases:
1. As an initial POC, use control packets to program shim DMAs.
2. Use cont…
-
Convolutions currently target a single AIE core. This is because targetting multiple cores results in
```
error: 'aie.memtile_dma' op could not find and assign a valid BD id
```
See https://g…
-
[input.0.bin.txt](https://github.com/user-attachments/files/17400832/input.0.bin.txt)
[input.1.bin.txt](https://github.com/user-attachments/files/17400833/input.1.bin.txt)
[input.2.bin.txt](https://gi…
-
https://github.com/nod-ai/e2eshark-reports/blob/main/2024-06-24/onnx_reports/statusreport.md
input ir: [mit-b0.default.pytorch.linalg.elide.mlir](https://gist.github.com/AmosLewis/33187568cf09d47b3d9…
-
The upstream MLIR `gpu.subgroup_reduce` operation is quite powerful, especially following the work in https://github.com/iree-org/iree/issues/18142. There are still places in IREE that manually build …
-
I followed the README and executed the following command:
### Cloning the Repository
```shell
$ git clone https://github.com/iree-org/iree-template-runtime-cmake.git
$ cd iree-template-runtime-cma…
-
(Issue migrated from https://github.com/nod-ai/SHARK-Turbine/issues/94)
---
In general, the `torch.compile` path could use some attention and new features.
`dynamo/backends/` currently only i…