Skip to content

[stree] Fix propagation of memlets with undefined symbols - #2467

Open
mohsinm-dev wants to merge 3 commits into
spcl:mainfrom
mohsinm-dev:fix/2293-undefined-memlet-propagation
Open

[stree] Fix propagation of memlets with undefined symbols#2467
mohsinm-dev wants to merge 3 commits into
spcl:mainfrom
mohsinm-dev:fix/2293-undefined-memlet-propagation

Conversation

@mohsinm-dev

Copy link
Copy Markdown

Description

Normalize explicitly undefined symbols before memlet propagation and route subsets containing them through the conservative fallback. This prevents scope-local symbols from leaking into outer schedule-tree memlet summaries while preserving precise propagation for symbols that remain defined.

This also re-enables the symbol-assignment and dynamic-range schedule-tree regression tests, and adds coverage for affine expressions with string- and symbol-valued undefined-variable sets.

Closes #2293.

Testing

  • pre-commit run --all-files
  • Relevant memlet propagation and schedule-tree suite: 118 passed, 2 xfailed
  • Focused regressions: 4 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.

[stree] Suboptimal Memlet propagation

1 participant