Scott Todd
Scott Todd
Wrote some tests cases (TBD how these can land in an existing or new test suite): https://gist.github.com/ScottTodd/1e95795e79d17964078217ca98a3a398 iree runtime + compiler at 20240410.859: ``` test_single_value | PASS test_multiple_values | PASS...
The "pass (then crash)" issues were unrelated to the op lowerings and can be worked around in IREE by using `copy_buffer` instead of `wrap_buffer`. Still would like to see the...
Heads up - I see test failures in these modified tests after merge: ``` The following tests FAILED: 141 - iree/compiler/Codegen/Common/test/generic_vectorization.mlir.test (Failed) 217 - iree/compiler/Codegen/LLVMCPU/test/pipeline_pad_tests.mlir.test (Failed) 242 - iree/compiler/Codegen/LLVMCPU/test/vectorize_with_masking_and_hoist.mlir.test (Failed)...
Linux CI seemed to pass... I can try my local Windows at an earlier commit 🤔 Do the logs give any clues?
On Windows/MSVC, those tests passed at https://github.com/iree-org/iree/commit/4a1333183c845b5e76785be38cbc8528153c9c8b so something in this range caused them to fail: https://github.com/iree-org/iree/compare/4a1333183c845b5e76785be38cbc8528153c9c8b...5b112cbc21046aaa028a05da62da1e3f8d19bc20 Ben suggests > Usually is an issue with relying on undefined collection behavior
Weeeeeird. I can't repro now, after trying to bisect through that history. Friday afternoon doing Friday afternoon things... Sorry for the noise :P
Experiments are showing that local ccache using github actions is going to be nowhere near functional for some of the current CI builds. Maybe I have something misconfigured, but I'm...
I created https://github.com/iree-org/base-docker-images and am working to migrate what's left in https://github.com/iree-org/iree/tree/main/build_tools/docker to that repo. Starting with a few workflows that don't have special GCP requirements right now like https://github.com/iree-org/iree/blob/main/.github/workflows/ci_linux_x64_clang_debug.yml....
If we're not sure how we want to set up a remote cache by the time we want to transition, I could at least prep a PR that switches relevant...
Shared branch tracking the migration: https://github.com/iree-org/iree/tree/shared/runner-cluster-migration That currently switches the `runs-on:` for multiple jobs to the new cluster and changes some workflows from using the GCP cache to using no...