Skip to content

Commit 77e83b6

Browse files
iree-pr-automator[bot]iree-github-actions-botHardcode84
authored
Bump IREE requirement pins to their latest versions. (#782)
Diff: iree-org/iree@iree-3.10.0rc20260127...iree-3.10.0rc20260128 Auto-generated by GitHub Actions using [`.github/workflows/update_iree_requirement_pins.yml`](https://github.com/iree-org/wave/blob/main/.github/workflows/update_iree_requirement_pins.yml). --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Ivan Butygin <[email protected]> Co-authored-by: iree-pr-automator[bot] <[email protected]> Co-authored-by: Ivan Butygin <[email protected]>
1 parent 9dbeb83 commit 77e83b6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements-iree-pinned.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
# Uncomment to skip versions from PyPI (so _only_ nightly versions).
88
# --no-index
99

10-
iree-base-compiler==3.10.0rc20260127
11-
iree-base-runtime==3.10.0rc20260127
10+
iree-base-compiler==3.10.0rc20260128
11+
iree-base-runtime==3.10.0rc20260128

tests/kernel/wave_gemm_mxfp_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ def testScaledBatchedGemmMXFP4Codegen(use_water_backend: bool, tmp_path: Path):
432432
"s_waitcnt vmcnt(0)",
433433
"s_waitcnt vmcnt(0) lgkmcnt(0)",
434434
"s_waitcnt vmcnt(0)",
435-
"s_waitcnt lgkmcnt(7)",
435+
"s_waitcnt lgkmcnt(1)",
436436
"s_waitcnt lgkmcnt(6)",
437437
"s_waitcnt lgkmcnt(5)",
438438
"s_waitcnt lgkmcnt(3)",

0 commit comments

Comments
 (0)