Commit fc0b03d
Pin jax to 0.11.0 in CI -- jax 0.11.1 hangs the fori_loop cells on CPU
jax 0.11.1 (2026-08-17) regresses lax.fori_loop on the CPU path.
numpy_vs_numba_vs_jax's jax cells jit with device=cpu, so the
regression bites even on this repo's GPU runners; the unpinned
'pip install -U jax[cuda13]' would resolve the broken release at the
next Monday cache rebuild (2026-08-24). Executed in 8.18s under 0.11.0
on 2026-08-17; the fr/fa siblings measured >1800s under 0.11.1. Full
evidence and the family-wide exposure map are recorded in
QuantEcon/workspace-lectures#49.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent ccb8084 commit fc0b03d
3 files changed
Lines changed: 21 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
25 | 31 | | |
26 | 32 | | |
27 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
30 | 36 | | |
31 | 37 | | |
32 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
42 | 48 | | |
43 | 49 | | |
44 | 50 | | |
| |||
0 commit comments