Scott Todd

Results 400 comments of Scott Todd

This relates a bit to https://github.com/iree-org/iree/issues/5420 (in that the CMake configuration needed tweaks to support cross compiling the compiler)

things left to check to get a repro: - [ ] the capture tool built + used for the pipeline on Linux - [ ] the lab phones - [...

> Ill look in detail, but dont you also need to update the `hal.executable.variant` to reflect the new sets? My understanding is that the pipeline layouts will still mention push...

Something definitely changed on GitHub's side, creating our own pip-compatible releases page SGTM. Our Colab notebooks are [also broken right now](https://buildkite.com/iree/iree-samples/builds/484) because cells like ``` !python -m pip install iree-compiler...

Thanks for the feedback, I feel your frustration too :( This sample (mentioned on this issue also) shows a bit of how to debug issues importing TF programs: https://colab.research.google.com/github/iree-org/iree/blob/main/samples/colab/tensorflow_hub_import.ipynb, and...

In addition, please fill in the "version information" field when filing issues like this. Code size, performance, memory use, and program compatibility can all change between commits/versions, and issues are...

> It has a lot of special characters in the file It's no longer a text file, see https://github.com/iree-org/iree/pull/10375

I see a few things we can do here to make this easier for users: - [x] Add a table and more information to https://iree-org.github.io/iree/deployment-configurations/ - [x] Advertise `iree-run-module --dump_devices`...

Cool, I have PRs out to add `iree-compile --iree-hal-list-target-backends` (CLI) and `iree.compiler.query_available_targets()` (Python), and I fixed the awkward positional argument flag parsing with that new flag and `--iree-llvm-list-targets`. I'll work...

https://iree-org.github.io/iree/deployment-configurations/ here you go, this has lists now, and information about how to query the linked in / supported targets/devices using the command-line tools and Python bindings