-
See https://github.com/nod-ai/SHARK-TestSuite/issues/275
* https://github.com/onnx/models
* https://onnx.ai/models/
* https://huggingface.co/models?library=onnx
Some work has gone into importi…
-
There are 2 kinds of bfp16 number formats which AIE2p supports (as announced at computex 2024..). They are `exponent:mantissa` ratios of `1:8` and `1:16`.
We need to support this at multiple level…
-
Hi all,
I am having some issues with the compiler Python bindings and AIE support.
In my setup, I have the XRT and XDNA driver built in debug mode.
For the following code:
```
!A_TYPE = t…
-
### What happened?
I have input MLIR that is exported from the test in this [PR](https://github.com/nod-ai/SHARK-Platform/pull/237).
It's compilation with assertions on fails with
```
iree-compi…
-
The Windows E2E PR #689 is blocked because in order to get Windows to work I had to use a particular commit of XRT (required by XRT-MCDM). At that commit, the current linux driver (date 20240819) fail…
-
Hi,
I think it is worth adding that the `-DIREE_CMAKE_PLUGIN_PATHS=` flag should point to the path **relative to the iree source directory**. I was trying to build in a different location, and too…
-
### What happened?
For the given IR
```mlir
module {
func.func @torch_jit(%arg0: !torch.vtensor, %arg2: !torch.vtensor) -> !torch.vtensor attributes {torch.onnx_meta.ir_version = 7 : si64, torch.…
-
### Request description
Python 3.13 is currently in prerelease and will be released soon. It also includes a "free threaded" (no Global Interpreter Lock) variant. We should start building the `iree-c…
-
# torchtolinalg pipeline issue
Related iree issues: https://github.com/iree-org/iree/issues/17021
The following two run should generate same issue, but it turns out not
## Run without --torchtolina…
-
### Describe the proposed feature and its relevance to inferencing
Document how to take a random PyTorch model and make it run in Godot Engine IREE.gd
### Context or use case
1. https://githu…