Commit 31a751e
Update IREE deps (iree-org#880)
IREE deps were previously pinned to `3.5.0rc20250516` as
`3.5.0rc20250517` introduced regressions. There were 2 issues:
* Shared memory handling changes in IREE were causing the crash as we
are were trying to allocate too much shared mem. IREE doesn't use
dynamic shared mem anymore so we need to pass 0 now in wave runtime
(test iree-org#855).
* 40% perf regression in extend attention caused by some changes in llvm
AMDGPU backend. These seems to went away after the recent IREE llvm
intergrate. I didn't dig too deep on them but I suspect
llvm/llvm-project#137807 was the issue (fixed by
llvm/llvm-project#140921).
---------
Signed-off-by: Ivan Butygin <[email protected]>
Signed-off-by: xintin <[email protected]>1 parent 672b569 commit 31a751e
File tree
3 files changed
+4
-6
lines changed- iree/turbine/kernel/wave/runtime
- lit_tests/kernel/wave
3 files changed
+4
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
| 10 | + | |
| 11 | + | |
0 commit comments