Commit bc300d1
Split iree-libs into iree-compiler + fusilli-libs stages for multi-arch CI
The iree-compiler stage (~3hr LLVM build) runs parallel to math-libs,
then fusilli-libs runs after both complete. This avoids blocking the
IREE compiler build on math-libs while still satisfying fusilliprovider's
hipdnn dependency.
Changes:
- BUILD_TOPOLOGY.toml: Split iree-libs stage/group into iree-compiler
and fusilli-libs, with feature_group="IREE_LIBS" to preserve single toggle
- multi_arch_build_portable_linux.yml: Add iree-compiler and fusilli-libs jobs
- CMakeLists.txt: Remove resolved TODO, fix quoting, enable by default
Resolves: #3451
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 0de4d6b commit bc300d1
3 files changed
Lines changed: 57 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| |||
175 | 177 | | |
176 | 178 | | |
177 | 179 | | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
178 | 214 | | |
179 | 215 | | |
180 | 216 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
179 | | - | |
180 | | - | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
181 | 185 | | |
182 | 186 | | |
183 | 187 | | |
| |||
298 | 302 | | |
299 | 303 | | |
300 | 304 | | |
301 | | - | |
302 | | - | |
| 305 | + | |
| 306 | + | |
303 | 307 | | |
304 | 308 | | |
305 | 309 | | |
306 | 310 | | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
307 | 317 | | |
308 | 318 | | |
309 | 319 | | |
| |||
580 | 590 | | |
581 | 591 | | |
582 | 592 | | |
583 | | - | |
| 593 | + | |
584 | 594 | | |
585 | 595 | | |
586 | 596 | | |
| 597 | + | |
587 | 598 | | |
588 | 599 | | |
589 | | - | |
| 600 | + | |
590 | 601 | | |
591 | 602 | | |
592 | 603 | | |
| 604 | + | |
593 | 605 | | |
594 | 606 | | |
595 | 607 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
244 | | - | |
245 | | - | |
| 244 | + | |
246 | 245 | | |
247 | 246 | | |
248 | 247 | | |
| |||
0 commit comments