Commit 5557e05
[dyn-seq P0a] Drop untested token test-pass arm; pin non-token-await skip
Two test-coverage fixes:
- Removed the verifyTokenBalance call from the aie-test-runtime-bd-liveness
test pass. It duplicated the emission the real aie-assign-runtime-sequence-bd-ids
pass already produces, and no test exercised it (all TCT diagnostics are pinned
through the real pass). The liveness test pass keeps emitting its own remarks.
- Added good-tct-nontoken-await-ignored to pin the load-bearing rule that an
await of a non-issue_token task does not trip token-balance verification (it is
governed by the separate per-op check in AIEDMATasksToNPU). This is why every
pre-existing design stays accepted; the test guards against a future regression
that would start rejecting them.
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 922ba78 commit 5557e05
2 files changed
Lines changed: 39 additions & 5 deletions
File tree
- lib/Dialect/AIEX/Transforms
- test/bd-chains-and-dma-tasks/assign-runtime-sequence-bd-ids
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
622 | 622 | | |
623 | 623 | | |
624 | 624 | | |
625 | | - | |
626 | | - | |
627 | | - | |
628 | | - | |
629 | | - | |
630 | 625 | | |
631 | 626 | | |
632 | 627 | | |
| |||
Lines changed: 39 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
0 commit comments