-
I obtained model.onnx from MLPerf in the first step and used
1. `iree-import-onnx model.onnx -o model.mlir` convert success
Then I used
2. `iree-compile --iree-input-type=onnx model.mlir --compile-…
-
### What happened?
For the give IR ( IREE compiler version 20241024.1057 @ 9c5b57a8b9e6981e300df02c41a296bd49e07c99 )
```mlir
module {
func.func @main_graph(%arg0: !torch.vtensor, %arg1: !torch.v…
-
It would be good to update the conformance suite to use the Check dialect, so that the tests are more easily aligned with IREE.
-
### What happened?
https://github.com/iree-org/iree/pull/17330 updates our LLVM and torch-mlir commits, pulling in https://github.com/llvm/torch-mlir/pull/3013. Some tests are newly passing, many tes…
-
### What happened?
I don't have admin access to the machine that I am working on. Therefore I was trying to build iree through conda environment.
I am compiling like this:
```bash
# Configu…
-
lightning_i8_test.py, magenta_test.py, visual_wake_words_i8_test.py began failing on August 20th:
https://github.com/iree-org/iree-samples/runs/7944684175?check_suite_focus=true
```
Max error…
-
The following block always generates a slow memory copy for performing the concatenation
```
func.func @main(%arg0: tensor, %arg1: tensor) -> tensor {
%1 = tensor.concat dim(0) %arg0, %arg1 : (tens…
-
check
[ar_static_library_demo_v0.zip](https://github.com/BR-SW/iree_samples/files/14507636/ar_static_library_demo_v0.zip)
```bash
ls -l
total 2016
-rwxr-xr-x 1 root root 1020976 Mar 6 09:27 …
-
See: https://github.com/iree-org/iree-torch/actions/runs/3674670300/jobs/6213170178#step:5:8
`run_audit_wheel` appears to be necessary for publishing packages to pypi. I'll be temporarily disablin…
-
### What happened?
The last cell in the IREE official [JIT Compilation Notebook](https://colab.research.google.com/github/iree-org/iree/blob/main/samples/colab/pytorch_jit.ipynb) fails to execute.
…