-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump tested IREE version to most recent nightly. #354
Conversation
Some TKW tests seem to be stalling on mi250 and mi300 runners: https://github.com/iree-org/iree-turbine/actions/runs/12438563153?pr=354. Might have to debug locally. |
Yeah jobs are getting stuck consistently. First run wasn't making progress after nearly 2 hours: https://github.com/iree-org/iree-turbine/actions/runs/12438563153/job/34730710267?pr=354#step:7:39. |
I will look into it. |
After There may be an issue with CC @krzysz00 |
Here is the reduced example:
|
Workaround for the |
Thanks! Looks like the upstream LLVM change hasn't landed in IREE quite yet, so proceeding with the workaround for now SGTM. |
Integer range inference is broken for `arith.ceildivsi` (see #354 (comment)), switch to ceildiv emulation again. Signed-off-by: Ivan Butygin <ivan.butygin@gmail.com>
Merged the workaround |
Got a clean CI run after retrying a few flaky tests/workflows. I'd like to land this then try incrementally updating again. |
Similar to #354, we're approaching our 3.1.0 release across all IREE packages (iree-org/iree#19192), so testing closer to HEAD. Changes needed: * Update `FlatSymbolRefAttr` usage, similar to nod-ai/shark-ai#732 * Allow the "Test Build Release" workflow to skip failed experimental release downloads while IREE's macOS compiler release builds are broken (iree-org/iree#19591) Commit range: iree-org/iree@iree-3.1.0rc20241220...iree-3.1.0rc20250103
We're approaching our 3.1.0 release across all IREE packages (iree-org/iree#19192), so testing closer to HEAD.
Commit range: iree-org/iree@iree-3.1.0rc20241212...iree-3.1.0rc20241220