Commit 97c11ee
Declare the dead regime's assets grid non-distributed
The terminal `dead` regime carries only a tiny `[pref_type, assets]`
value function. Inheriting the distributed `assets` grid made its
V-array topology claim a sharded assets axis, while the solver emits a
replicated array — a mismatch that surfaces as an opaque XLA sharding
error mid-solve on multi-GPU runs. Sharding a terminal 3x24 V-array
buys nothing; declare `assets` non-distributed for `dead`.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 39ac270 commit 97c11ee
2 files changed
Lines changed: 13 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
449 | 449 | | |
450 | 450 | | |
451 | 451 | | |
452 | | - | |
| 452 | + | |
453 | 453 | | |
454 | 454 | | |
455 | 455 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
61 | 73 | | |
62 | 74 | | |
63 | 75 | | |
| |||
0 commit comments