Scott Todd
Scott Todd
I think we should move the benchmark jobs moved out of ci.yml (I initially pushed for them to not start there in the first place... but that's the current reality)....
Pushed two test PRs with different approaches. Seeing if either works and is worth pursuing further. 1. Split ci.yml into ci.yml and benchmark.yml (probably good long term, but duplicates some...
I think this is solved well enough for now by https://github.com/iree-org/iree/pull/17400. The build system setup and github actions workflows could use more refactoring to support packages instead of the install...
This shouldn't be operating system specific. I suspect you have a different version of `iree-compile` _or_ JAX on Linux. (If we switch IREE and its deps to use VHLO instead...
We have two tests (from the upstream ONNX test suite) for `onnx.Expand`: * https://github.com/nod-ai/SHARK-TestSuite/blob/main/iree_tests/onnx/node/generated/test_expand_dim_changed/model.mlir * https://github.com/nod-ai/SHARK-TestSuite/blob/main/iree_tests/onnx/node/generated/test_expand_dim_unchanged/model.mlir Both are passing on all in-tree backends. If that specific op is the problem,...
Can you share more context around the error message? Ideally full output from the `build_all.sh` script (or all CMake configure + build output).
I'm seeing a similar failure, filed https://github.com/llvm/torch-mlir/issues/3433 with some other details.
Sounds like https://github.com/iree-org/iree/issues/16666 is showing up outside of the individual op tests. Not sure, needs further debugging through the stack.
Thanks for approving! Should I merge this myself with squash and merge, or do you want to do that yourself? https://github.com/ROCm/hipFFT/blob/develop/.github/CONTRIBUTING.md#process
Oof. Mobilenet regression is not good. We're lacking test coverage for TOSA / TFLite (https://github.com/iree-org/iree-test-suites/issues/5) Commit range: https://github.com/iree-org/iree/compare/iree-3.1.0rc20241205...iree-3.1.0rc20241206 . The PR that Ian linked is likely the culprit, coming in...