Commit 5385950
Han Wang
test(spin): the native-spin graph .pt2 must carry the with-comm artifact
test_native_spin_graph_freeze asserted has_comm_artifact is True and, six
lines later, that forward_lower_with_comm.pt2 is ABSENT. Those contradict
each other. The metadata assertion was updated when native spin gained
multi-rank support on the graph lower (804cc57); the file assertion is a
leftover from the single-rank contract that preceded it.
Caught only on GPU: the CPU freeze fails earlier on this workstation's
inductor AVX2 codegen bug, so the stale assertion was never reached
locally, and Test CUDA runs only on the merge queue.
Invert it -- the nested artifact must be present -- so the two checks agree
and a regression that silently stopped embedding it would fail here.1 parent b4afa3c commit 5385950
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
466 | 466 | | |
467 | 467 | | |
468 | 468 | | |
469 | | - | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
470 | 476 | | |
471 | 477 | | |
472 | 478 | | |
| |||
0 commit comments