Skip to content

fix(#46): correct autotuning search space docs from 648 to 216 - #98

Merged
Manideep3969 merged 1 commit into
mainfrom
fix/issue-46-search-space-docs
Aug 19, 2026
Merged

fix(#46): correct autotuning search space docs from 648 to 216#98
Manideep3969 merged 1 commit into
mainfrom
fix/issue-46-search-space-docs

Conversation

@Manideep3969

Copy link
Copy Markdown
Owner

Fixes documentation claiming 648 configs when implementation generates 216. Updates module docstring, method docstring, and paper outline. Adds 4 regression tests verifying search space dimensions.

The docstring claimed 648 configs (3 routing × 3 layout × 4 opt × 3 seed
× 2 fusion × 3 scheduling) but the implementation generates 216 configs
(2 routing × 2 layout × 3 opt × 3 seed × 2 fusion × 3 scheduling).
The 'vf2' routing method, 'trivial' layout, and optimization level 0
are intentionally excluded.

Update module docstring, _generate_configurations docstring, and
paper outline to match the actual 216-config search space. Add 4
regression tests verifying search space dimensions.
@Manideep3969
Manideep3969 merged commit 7e46aab into main Aug 19, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant