Commit ce86499
[ci] bump pinned mlir-aie wheel to 1.3.2.dev82+geaa6248, drop cp310 (#1634)
* [ci] bump pinned mlir-aie wheel to 1.3.2.dev82+geaa6248, drop cp310
Bumps the pinned mlir-aie commit from 886d932 (2026-05-20) to eaa6248
(2026-05-29). Two upstream changes need follow-on edits:
1. Wheel version format switched from `0.0.1.<DATETIME>+<sha7>` to
`1.3.2.dev<N>+g<sha7>` (git-describe style). Update WHEEL_VERSION
in clone-mlir-aie.sh accordingly.
2. The no-RTTI wheel is now published under a renamed package,
`mlir_aie_no_rtti`, instead of using a `.no.rtti` version-string
suffix. Update buildAIRWheels.yml (both Linux and Windows wheel
jobs) and utils/mlir_air_wheels/setup.py to install/depend on the
renamed package.
Also drop cp310 from the wheel build matrix and bump
`python_requires` to `>=3.11`: mlir-aie has dropped Python 3.10 from
its release pages (latest-wheels-3 and latest-wheels-no-rtti-2 do not
contain cp310 wheels for dev82+geaa6248), so cp310 wheel builds
cannot resolve the dependency.
eudsl-python-extras shorthash and the pinned LLVM commit are
unchanged (mlir-aie@eaa6248 still pins a736a7d and ea2f50817).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* [ci] keep MLIR_AIE_INSTALL_PATH at mlir_aie/ for no-RTTI wheel
The mlir_aie_no_rtti wheel keeps the package directory named
`mlir_aie/` even though the wheel filename and PyPI distribution name
use the `_no_rtti` suffix (verified by inspecting the wheel: top-level
entries are `mlir_aie/`, `mlir_aie_no_rtti.libs/`,
`mlir_aie_no_rtti-<ver>.dist-info/`).
Reverts the MLIR_AIE_INSTALL_PATH extract-path change from the
previous commit. The `pip install mlir_aie_no_rtti==...` lookup and
package name still need `${NO_RTTI_UNDERSCORE}` (the PyPI dist name
does include `_no_rtti`); only the on-disk directory differs.
Without this, the no-RTTI wheel build's CMake configure fails with
`Could not find a package configuration file provided by "AIE"`
because `-DAIE_DIR` pointed at a non-existent
`mlir_aie_no_rtti/lib/cmake/aie` path.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 7151ac0 commit ce86499
3 files changed
Lines changed: 18 additions & 28 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | 140 | | |
147 | 141 | | |
148 | 142 | | |
| |||
220 | 214 | | |
221 | 215 | | |
222 | 216 | | |
223 | | - | |
224 | 217 | | |
225 | 218 | | |
226 | 219 | | |
227 | | - | |
228 | 220 | | |
229 | 221 | | |
230 | 222 | | |
| |||
238 | 230 | | |
239 | 231 | | |
240 | 232 | | |
241 | | - | |
| 233 | + | |
242 | 234 | | |
243 | 235 | | |
| 236 | + | |
| 237 | + | |
244 | 238 | | |
245 | 239 | | |
246 | 240 | | |
| |||
288 | 282 | | |
289 | 283 | | |
290 | 284 | | |
291 | | - | |
292 | | - | |
| 285 | + | |
| 286 | + | |
293 | 287 | | |
294 | 288 | | |
295 | 289 | | |
| |||
331 | 325 | | |
332 | 326 | | |
333 | 327 | | |
334 | | - | |
335 | | - | |
336 | | - | |
337 | | - | |
338 | | - | |
339 | | - | |
340 | 328 | | |
341 | 329 | | |
342 | 330 | | |
| |||
404 | 392 | | |
405 | 393 | | |
406 | 394 | | |
407 | | - | |
| 395 | + | |
408 | 396 | | |
409 | | - | |
| 397 | + | |
410 | 398 | | |
411 | 399 | | |
412 | 400 | | |
413 | 401 | | |
414 | 402 | | |
415 | 403 | | |
416 | 404 | | |
417 | | - | |
| 405 | + | |
418 | 406 | | |
419 | 407 | | |
420 | 408 | | |
421 | 409 | | |
422 | 410 | | |
423 | 411 | | |
| 412 | + | |
| 413 | + | |
424 | 414 | | |
425 | 415 | | |
426 | 416 | | |
| |||
489 | 479 | | |
490 | 480 | | |
491 | 481 | | |
492 | | - | |
493 | | - | |
| 482 | + | |
| 483 | + | |
494 | 484 | | |
495 | 485 | | |
496 | 486 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
324 | | - | |
| 324 | + | |
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
328 | | - | |
| 328 | + | |
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
| |||
343 | 343 | | |
344 | 344 | | |
345 | 345 | | |
346 | | - | |
| 346 | + | |
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
0 commit comments