Scott Todd
Scott Todd
### What happened? I'm trying to extract large constants from a `.mlirbc` file into a `.irpa` file using the `iree-opt-parameter-archive-export-file` pass. I'm observing that the original .mlirbc file is 417MB...
Filing for when I get a chance to code this... This can be replaced with a base Dockerfile (from IREE or nod-ai, doesn't really matter) and on-demand pip installs: https://github.com/openxla/iree/blob/621c186ddc8f3db8ef5b46d92d94ce756f629827/build_tools/docker/dockerfiles/samples.Dockerfile#L7-L29...
Testing https://github.com/dcoapp/app workflows - [x] Commit without sign off: https://github.com/iree-org/iree-experimental/pull/241/checks?check_run_id=24754686903 (failed as expected) - [x] PR description sign-off https://github.com/iree-org/iree-experimental/pull/241/checks?check_run_id=24754763828 (would be nice if this worked, but it failed) - [x]...
Work-in-progress, needs cleanup and docs.
There are references to `iree-tools-xla`, which was merged into `iree-tools-tf` along with adoption of StableHLO (see https://github.com/openxla/iree/pull/13068). https://github.com/iree-org/iree-jax/blob/584b6c1737a335a73feeb6c08f77eb306eda4477/setup.py#L53-L60 https://github.com/iree-org/iree-jax/blob/584b6c1737a335a73feeb6c08f77eb306eda4477/iree/jax/frontend.py#L61-L63 Removing those might just be a matter of switching to newer...
Follow-up on https://github.com/iree-org/iree/pull/17371#discussion_r1598719094, progress on https://github.com/iree-org/iree/issues/17370. CPU tests don't need to use a GPU machine so this moves the ONNX op tests to a standard GitHub-hosted runner. The model tests...
Seeing jobs stall: * https://github.com/iree-org/iree/actions/runs/9054348031/job/24874255455#step:7:92 * https://github.com/iree-org/iree/actions/runs/9054348028/job/24874260894#step:8:28
https://github.com/iree-org/iree/actions/runs/9054348028/job/24874261420#step:6:208 https://github.com/iree-org/iree/actions/runs/9056507791/job/24879468520#step:6:209 https://github.com/iree-org/iree/actions/runs/9056352545/job/24878942046#step:6:209 ``` Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB) ERROR: THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILE. If you have updated the package versions, please update the...
### 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 tests are still failing somewhere (compiler, runtime numerics), and a few...