Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 57s
optimize.sx adds three result-preserving passes: dce (keep outputs + ancestors, preserve ids), cse (==build; structural sharing is free from content addressing), and fuse (collapse 1-to-1 fusible unary chains into an artdag/pipeline node fed by the chain head's input; leaves/fan-out/non-fusible ops never fuse). fusing-runner replays pipeline stages, output-equivalent to the unfused dag. optimize 18/18, total 87/87. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
13 lines
305 B
Markdown
13 lines
305 B
Markdown
# artdag Conformance Scoreboard
|
|
|
|
_Generated by `lib/artdag/conformance.sh`_
|
|
|
|
| Suite | Pass | Fail | Total |
|
|
|-------|-----:|-----:|------:|
|
|
| dag | 20 | 0 | 20 |
|
|
| analyze | 16 | 0 | 16 |
|
|
| plan | 18 | 0 | 18 |
|
|
| execute | 15 | 0 | 15 |
|
|
| optimize | 18 | 0 | 18 |
|
|
| **Total** | **87** | **0** | **87** |
|