Scott Todd

Results 405 comments of Scott Todd

https://openxla.org/stablehlo/tutorials/jax-export would be good to link to

> We are currently pre-applying torch-mlir passes in our test suite before handing off linalg IR to iree-compile. Oof. That's not good. Test suites should be using the same tools...

Fair points. It's definitely the end state that matters, not necessarily the journey. I think there are some process / development workflow changes we could make that would make that...

What's the status of this issue? I'm comparing test coverage between https://github.com/nod-ai/SHARK-TestSuite/tree/main/alt_e2eshark/onnx_tests and https://github.com/iree-org/iree-test-suites/tree/main/onnx_models and I'm wondering if the higher test pass rate in SHARK-TestSuite is due to some of...

Are you sure about that? the code I linked is using torch-mlir directly in `alt_e2eshark/`, while I only see references to `iree-import-onnx` in `e2eshark/`: https://github.com/nod-ai/SHARK-TestSuite/blob/22a000a685ede0764b51d234ccad6b973e2724d9/e2eshark/run.py#L197

Ah. I think the import phase should also be moved to `iree-import-onnx` too. Users (and test suites for IREE) shouldn't be using https://github.com/llvm/torch-mlir directly at all. I specifically was looking...

Until we find a better location, let's at least download and then upload mirrors to Azure for the riscv and arm files (`qemu-aarch64`, `toolchain_iree_manylinux_2_28_20231012.tar.gz`, and any others)

@Eliasj42 could you help mirror the `https://storage.googleapis.com/iree-shared-files/qemu-aarch64` and `toolchain_iree_manylinux_2_28_20231012.tar.gz` files to the sharkpublic Azure storage account or some other public location? We can find a better long term home for...

Yep, then point the code to the new file locations.

There are still a few places to update. A user just noted that the links in https://github.com/iree-org/iree/blob/main/build_tools/riscv/riscv_bootstrap.sh are dead. We should also still switch to easier to manage files (git...