Commit 026ec62
committed
docs: align XLA preflight docs with xla 0.10 cuda13 support
Critical review found three stale references that still described
XLA_TARGET=cuda13 as rejected by xla 0.9.x after the v0.2.0 dep-stack
bump. The code and main troubleshooting guide were already updated;
this commit fixes the remaining packaged docs/comments:
- Mix.Tasks.Compile.XlaEnvPreflight moduledoc now uses cuda14 as the
unsupported example and names xla 0.10.0 / cuda13 in the accepted set.
- XlaTargetValidator error message points at the renamed troubleshooting
heading.
- docs/production_runbook.md now says cuda13 is accepted under xla
0.10.x and cuda12 remains recommended.
Verification:
- mix test test/source_policy_test.exs test/build_support/xla_target_validator_test.exs
- mix docs --warnings-as-errors1 parent 017643e commit 026ec62
3 files changed
Lines changed: 9 additions & 7 deletions
File tree
- build_support
- docs
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
87 | | - | |
| 86 | + | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| |||
0 commit comments