Scott Todd
Scott Todd
Examples on https://iree.dev/guides/ml-frameworks/tflite/ are still pointing to dead GCP links.
@Eliasj42 can you share your current status on this?
Some stats from the newly released https://github.com/orgs/iree-org/actions/metrics/performance (see the announcement: https://github.blog/changelog/2024-10-31-actions-performance-metrics-in-public-preview/): In the last month, [`ci_windows_x64_msvc.yml`](https://github.com/iree-org/iree/actions/workflows/.github/workflows/ci_windows_x64_msvc.yml) had 54 workflow runs, an average run time of 2h45m21s, and 59% of runs...
Lots of breaks on Windows recently. Need to finish the work here. I may find some time next week. Copying notes [from Discord](https://discord.com/channels/689900678990135345/689957613152239638/1349869336038473870): With the existing https://github.com/iree-org/iree/blob/main/.github/workflows/ci_windows_x64_msvc.yml workflow, increase the...
We started running the existing build/test workflow on postsubmit and initial results are not very promising. As anticipated, I think the self-hosted Windows runners need a redesign. Sample logs: *...
64 cores but the OS disk partitions were too small for the build so they are sharing a larger persistent network drive, each writing into a unique subdirectory to avoid...
We could also use a concurrency group or limit the scale set to only a single runner.
The Windows runners are getting more and more unstable with each run. Take https://github.com/iree-org/iree/actions/runs/13978995800/job/39139765904 for example: * 38 minutes to checkout the repository * 12 minutes to install Python *...
> @ScottTodd is it possible to run [build_test_all_arm64](https://github.com/iree-org/iree/actions/runs/9363507812/job/25774461685?pr=17564) on this PR? It was skipped. The runtime seems to include CUDA now https://github.com/iree-org/iree/actions/runs/9363507812/job/25774464868?pr=17564#step:9:163 https://iree.dev/developers/general/contributing/#ci-behavior-manipulation use ci-extra (or ci-exactly) then push a...
Nice, looks like this worked. I see CUDA enabled in https://github.com/iree-org/iree/actions/runs/9371176047/job/25799891554?pr=17564 and some compiler tests with no runtime / hardware requirements using it ran and passed.